mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1752 from georgejhunt/ip-openvpn
Add client config that works when DNS does not [OpenVPN]
This commit is contained in:
commit
f8cbf9a7ee
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…
Add table
Add a link
Reference in a new issue