Enable OpenVPN management interfaces

This commit is contained in:
Lauri Võsandi 2021-05-31 21:16:04 +03:00
parent 4a9732375a
commit f880fbcef8
1 changed files with 2 additions and 0 deletions

View File

@ -513,11 +513,13 @@ def pinecone_serve_openvpn(local, proto, client_subnet_slot):
args += "--proto", "tcp-server",
args += "--port", "443",
args += "--socket-flags", "TCP_NODELAY",
args += "--management", "127.0.0.1", "7506",
instance = "%s-openvpn-tcp-443" % const.FQDN
else:
args += "--dev", "tunudp0",
args += "--proto", "udp",
args += "--port", "1194",
args += "--management", "127.0.0.1", "7505",
instance = "%s-openvpn-udp-1194" % const.FQDN
args += "--setenv", "instance", instance
db.certificates.update_many({