Hi,
I'm running softether servers with dynamic hubs that are added and removed regularly. I can't have a single static config for each hub as the doc suggests.
Is there a way to specify the server password instead to pull those metrics? I'm thinking having a config file like so:
vpncmd = "/usr/local/bin/vpncmd" # path to vpncmd binary
server = "localhost:8888" # address:port of SoftEther VPN server
[[server]]
password = "xxx"
Hi,
I'm running softether servers with dynamic hubs that are added and removed regularly. I can't have a single static config for each hub as the doc suggests.
Is there a way to specify the server password instead to pull those metrics? I'm thinking having a config file like so: