Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenVPN config's SERVER_PUBLIC_URL to UDP in docs #50

Merged
merged 3 commits into from
Mar 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading