roles/dch-openvpn-server: Deploy OpenVPN server
The *dch-openvpn-server* role installs and configures OpenVPN and stunnel to provide both native OpenVPN service as well as OpenVPN-over-TLS. The latter uses stunnel, listening on TCP port 9876, to allow better firewall traversal and TCP port sharing via reverse proxy.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ifconfig-push 172.30.0.210 255.255.255.240
|
||||
iroute 192.168.0.0 255.255.0.0
|
||||
iroute 172.16.0.0 255.255.240.0
|
||||
push "route 172.30.0.0 255.255.255.192"
|
||||
push "route 172.31.0.0 255.255.255.224"
|
||||
Reference in New Issue
Block a user