I have multiple servers running independent of one another but would like to sync just device approvals between them. Has anyone done this? I know its possible to cluster servers and databases but that’s a lot of extra hassle for just the one thing I’d like to do.
There’s a script to do this in the repository at pritunl/tools/devices_sync.py.
I checked the script out and it looks like the user needs to exist in the database before device approvals can be synced so I don’t think I can use this. Thank you anyway.