Skip to content

Commit

Permalink
Merge pull request #50 from ay-bh/docs-fix-openvpn-config
Browse files Browse the repository at this point in the history
Update OpenVPN config's SERVER_PUBLIC_URL to show UDP and TCP options
  • Loading branch information
verovaleros authored Mar 27, 2024
2 parents 57b769b + 372b392 commit 86e6b08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/config.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ TELEGRAM_START_MSG = Welcome to the Civilsphere Emergency VPN service.
TELEGRAM_WAIT_MSG = Thank you for your request. Your VPN profile is being generated and activated. Please wait.

[OPENVPN]
SERVER_PUBLIC_URL = udp://example-server.com:port
SERVER_PUBLIC_URL = tcp://example-server.com:port
# Switch to this for using OpenVPN over UDP:
# SERVER_PUBLIC_URL = udp://example-server.com:port
PKI_ADDRESS = vpn.example-server.com
NETWORK_CIDR = 192.168.254.0/24
DNS_SERVER=172.16.1.2
Expand Down

0 comments on commit 86e6b08

Please sign in to comment.