1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

add client config that works when dns does not

This commit is contained in:
George Hunt 2019-06-20 06:42:15 -07:00
parent 0e4f16021d
commit ad0793e478
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
port {{ openvpn_server_port }} port {{ openvpn_server_port }}
dev tun dev tun
remote {{ openvpn_server }} remote {{ openvpn_server }}
remote {{ openvpn_server_real_ip }}
# TLS parameters # TLS parameters
tls-client tls-client

View file

@ -191,6 +191,7 @@ openvpn_handle:
openvpn_cron_enabled: False openvpn_cron_enabled: False
# General OpenVPN settings # General OpenVPN settings
openvpn_server: xscenet.net openvpn_server: xscenet.net
openvpn_server_real_ip: 3.89.148.185
openvpn_server_virtual_ip: 10.8.0.1 openvpn_server_virtual_ip: 10.8.0.1
openvpn_server_port: 1194 openvpn_server_port: 1194
# Newer versions of NMap do not include NCat which is used to announce handle # Newer versions of NMap do not include NCat which is used to announce handle