summarylogtreecommitdiffstats
path: root/wireguard_config
diff options
context:
space:
mode:
Diffstat (limited to 'wireguard_config')
-rw-r--r--wireguard_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/wireguard_config b/wireguard_config
index 59e82c08da51..0498f27c1d83 100644
--- a/wireguard_config
+++ b/wireguard_config
@@ -39,7 +39,7 @@ INTERFACE=wg0
# Specifies the address that the Wireguard interface will use.
# Please ensure you specify the address in CIDR format.
-INTERFACE_ADDR=10.0.200.21/24
+INTERFACE_ADDR=10.0.200.21/32
# This is the public key of the peer.
PEER_PUBLIC_KEY=abcdefg
@@ -49,7 +49,7 @@ PEER_PUBLIC_KEY=abcdefg
PEER_ENDPOINT=192.168.80.1:12912
# This is your private key previously setup to establish connection to the peer.
-PRIVATE_KEY_FILE=/etc/wireguard/initcpio/privatekey
+PRIVATE_KEYFILE=/etc/wireguard/initcpio/privatekey
# If you're behind a NAT, a ping of 25 seconds is useful!
PERSISTENT_KEEPALIVES=25