Zion Boggan
repos/Mullvad iOS Killswitch/examples/sample-wg.conf
zionboggan.com ↗
9 lines · text
History for this file →
1
[Interface]
2
PrivateKey = REPLACE_WITH_YOUR_WIREGUARD_PRIVATE_KEY
3
Address = 10.64.0.2/32,fc00:bbbb:bbbb:bb01::1/128
4
DNS = 10.64.0.1
5
 
6
[Peer]
7
PublicKey = REPLACE_WITH_THE_SERVER_PUBLIC_KEY
8
AllowedIPs = 0.0.0.0/0,::0/0
9
Endpoint = vpn.example.com:51820