Files
amnezia-client/client/server_scripts/wireguard/template.conf
T

12 lines
310 B
Plaintext
Raw Normal View History

2021-06-12 11:59:36 +03:00
[Interface]
2021-12-25 21:14:55 +03:00
Address = $WIREGUARD_CLIENT_IP/32
2021-10-04 19:07:49 +03:00
DNS = $PRIMARY_DNS, $SECONDARY_DNS
2021-06-12 11:59:36 +03:00
PrivateKey = $WIREGUARD_CLIENT_PRIVATE_KEY
[Peer]
PublicKey = $WIREGUARD_SERVER_PUBLIC_KEY
PresharedKey = $WIREGUARD_PSK
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = $SERVER_IP_ADDRESS:$WIREGUARD_SERVER_PORT
PersistentKeepalive = 25