firmware/general/overlay/etc/wireguard.conf

13 lines
155 B
Plaintext

#
[Interface]
PrivateKey = *
ListenPort = *
#
[Peer]
AllowedIPs = 10.8.0.0/24
Endpoint = *:51820
PersistentKeepalive = 25
PresharedKey = *
PublicKey = *
#