mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
Add comment to config.cfg
This commit is contained in:
parent
d1ea4f2e35
commit
4ff5d38634
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ strongswan_network: 10.19.48.0/24
|
|||
strongswan_network_ipv6: 'fd9d:bc11:4020::/48'
|
||||
|
||||
# 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_port: 51820
|
||||
# If you're behind NAT or a firewall and you want to receive incoming connections long after network traffic has gone silent.
|
||||
|
|
Loading…
Add table
Reference in a new issue