2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-25 14:59:14 +01:00

ocserv: enable-auth = "certificate"

This commit is contained in:
kev
2016-06-29 16:30:45 +08:00
parent b33593e7a8
commit eb1bcc0e5e
4 changed files with 45 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ fi
iptables -t nat -A POSTROUTING -s ${VPN_NETWORK}/${VPN_NETMASK} -j MASQUERADE
exec ocserv -c /etc/ocserv/ocserv.conf -f $@
exec ocserv -c /etc/ocserv/ocserv.conf -f -d 1 "$@"