File size: 297 Bytes
adacdbb | 1 2 3 4 5 6 7 8 9 10 11 12 13 | [Interface]
PrivateKey = YOUR_CLIENT_PRIVATE_KEY_HERE
Address = 10.0.0.2/32
DNS = 1.1.1.2
[Peer]
PublicKey = YOUR_SERVER_PUBLIC_KEY_HERE
Endpoint = YOUR_SERVER_PUBLIC_IP:51820
AllowedIPs = 0.0.0.0/0
# Expose the tunnel locally as a SOCKS5 proxy on port 1080
[Socks5]
BindAddress = 127.0.0.1:1080 |