Skip to content

Commit

Permalink
Commenting new values within config to conform with current default b…
Browse files Browse the repository at this point in the history
…ehavior
  • Loading branch information
omkhar committed Jan 1, 2024
1 parent 588874c commit 7383b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ INTERFACE=example_vpn

# CIDR wireguard interface address.
INTERFACE_ADDR=172.31.255.10/32
INTERFACE_ADDR_6=fc10:4:0::2/128
#INTERFACE_ADDR_6=fc10:4:0::2/128

# Peer public key (server's public key).
PEER_PUBLIC_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Expand All @@ -40,10 +40,10 @@ PERSISTENT_KEEPALIVES=25

# Allowed IP's (CIDR) on wireguard; for boot this should be the peer (server).
ALLOWED_IPS=172.31.255.254/32
ALLOWED_IPS_6=fc10:4:0::0/128
#ALLOWED_IPS_6=fc10:4:0::0/128

#Set this if you need to force a different MTU than wireguard automatically sets
#WG_MTU=1200

#If PERSISTENT is set to any non-null value, the wireguard interface will be left up after initramfs exits
PERSISTENT=Y
#PERSISTENT=Y

0 comments on commit 7383b71

Please sign in to comment.