Skip to content

Commit

Permalink
Merge pull request #49 from ay-bh/bugfix-wireguard-config
Browse files Browse the repository at this point in the history
Update WireGuard config's SERVER_PUBLIC_URL to have UDP and TCP options
  • Loading branch information
verovaleros authored Mar 27, 2024
2 parents 19340aa + 8c10c10 commit 57b769b
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 @@ -51,7 +51,9 @@ NETWORK_CIDR = 192.168.254.0/24
DNS_SERVER=172.16.1.2

[WIREGUARD]
SERVER_PUBLIC_URL = tcp://example-server.com
SERVER_PUBLIC_URL = udp://example-server.com
# Switch to this for having TCP instead of UDP:
# SERVER_PUBLIC_URL = tcp://example-server.com
PKI_ADDRESS = vpn.example-server.com
NETWORK_CIDR = 192.168.254.0/24

Expand Down

0 comments on commit 57b769b

Please sign in to comment.