1
0
Fork 0
dot/.config/wireguard/client.conf

10 lines
170 B
Plaintext

[Interface]
Address = 10.200.200.2/32
PrivateKey = <client private key>
[Peer]
PublicKey = <server public key>
Endpoint = <server ip>:1194
AllowedIPs = 0.0.0.0/0, ::/0