feat(deertopia): Wireguard+Mullvad

This commit is contained in:
Madeleine Sydney
2025-03-24 22:26:13 -06:00
parent fa77a26afc
commit 8081d299c1
161 changed files with 1984 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
[Interface]
# Device: Calm Krill
PrivateKey = {{WG_PRIVATE_KEY}}
Address = 10.69.157.18/32,fc00:bbbb:bbbb:bb01::6:9d11/128
DNS = 10.64.0.1
PostUp = iptables -I OUTPUT ! -o %i -m mark ! --mark $(wg show %i fwmark) -m addrtype ! --dst-type LOCAL ! -d 192.168.0.0/16 -j REJECT && ip6tables -I OUTPUT ! -o %i -m mark ! --mark $(wg show %i fwmark) -m addrtype ! --dst-type LOCAL -j REJECT
PreDown = iptables -D OUTPUT ! -o %i -m mark ! --mark $(wg show %i fwmark) -m addrtype ! --dst-type LOCAL ! -d 192.168.0.0/16 -j REJECT && ip6tables -D OUTPUT ! -o %i -m mark ! --mark $(wg show %i fwmark) -m addrtype ! --dst-type LOCAL -j REJECT
[Peer]
PublicKey = N/3F0QvCuiWWzCwaJmnPZO53LZrKn6sr7rItecrQSQY=
AllowedIPs = 0.0.0.0/0,::0/0
Endpoint = 45.134.142.193:51820