mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
add client config that works when dns does not
This commit is contained in:
parent
0e4f16021d
commit
ad0793e478
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
port {{ openvpn_server_port }}
|
||||
dev tun
|
||||
remote {{ openvpn_server }}
|
||||
remote {{ openvpn_server_real_ip }}
|
||||
|
||||
# TLS parameters
|
||||
tls-client
|
||||
|
|
|
@ -191,6 +191,7 @@ openvpn_handle:
|
|||
openvpn_cron_enabled: False
|
||||
# General OpenVPN settings
|
||||
openvpn_server: xscenet.net
|
||||
openvpn_server_real_ip: 3.89.148.185
|
||||
openvpn_server_virtual_ip: 10.8.0.1
|
||||
openvpn_server_port: 1194
|
||||
# Newer versions of NMap do not include NCat which is used to announce handle
|
||||
|
|
Loading…
Reference in a new issue