Add comment to config.cfg

This commit is contained in:
David E. Myers 2019-10-06 16:39:20 -04:00
parent d1ea4f2e35
commit 4ff5d38634
No known key found for this signature in database
GPG key ID: D871FCA54815086C

View file

@ -32,6 +32,9 @@ strongswan_network: 10.19.48.0/24
strongswan_network_ipv6: 'fd9d:bc11:4020::/48' strongswan_network_ipv6: 'fd9d:bc11:4020::/48'
# Deploy WireGuard # Deploy WireGuard
# WireGuard will listen on 51820/UDP. You might need to change to another port
# if your network blocks this one. Be aware that 53/UDP (DNS) is blocked on some
# mobile data networks.
wireguard_enabled: true wireguard_enabled: true
wireguard_port: 51820 wireguard_port: 51820
# If you're behind NAT or a firewall and you want to receive incoming connections long after network traffic has gone silent. # If you're behind NAT or a firewall and you want to receive incoming connections long after network traffic has gone silent.