11 lines
310 B
Text
11 lines
310 B
Text
[Interface]
|
|
Address = $WIREGUARD_CLIENT_IP/32
|
|
DNS = $PRIMARY_DNS, $SECONDARY_DNS
|
|
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
|