diff --git a/go-rvpn-server.yaml b/go-rvpn-server.yaml index b06cfe4..90e137e 100644 --- a/go-rvpn-server.yaml +++ b/go-rvpn-server.yaml @@ -1,4 +1,5 @@ rvpn: + serverName: rvpn1 wssdomain: localhost.daplie.me admindomain: rvpn.daplie.invalid genericlistener: 9999 @@ -14,6 +15,6 @@ rvpn: test3.daplie.me: secret: abc123 loadbalancing: - defaultmethod: 'round-robin' + defaultmethod: round-robin diff --git a/html/admin/index.html b/html/admin/index.html index aa3bc3a..5b10703 100644 --- a/html/admin/index.html +++ b/html/admin/index.html @@ -28,6 +28,7 @@