Wireguard / wireproxy.conf
Dylan081's picture
wireproxy.conf
adacdbb verified
Raw
History Blame Contribute Delete
297 Bytes
[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