chore: initial commit of wgtool
This commit is contained in:
48
TESTING/zion.conf
Normal file
48
TESTING/zion.conf
Normal file
@@ -0,0 +1,48 @@
|
||||
[Interface]
|
||||
Address = 10.8.0.1/24
|
||||
ListenPort = 51820
|
||||
PrivateKey = UJvsfv6iQPAW9Wnc81bK0o3IIHX86kGb+24dUTuGFnA=
|
||||
PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE; ip route add 10.8.0.0/24 dev wg0 2>/dev/null || true
|
||||
PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE; ip route del 10.8.0.0/24 dev wg0 2>/dev/null || true
|
||||
|
||||
#Cth
|
||||
[Peer]
|
||||
PublicKey = NBktXKy1s0n2lIlIMODvOqKNwAtYdoZH5feKt5P43i0=
|
||||
AllowedIPs = 10.8.0.10/32
|
||||
|
||||
#Aza
|
||||
[Peer]
|
||||
PublicKey = qmTKA257DLOrfhk5Zw8RyRmBSonmm6epbloT0P0ZWDc=
|
||||
AllowedIPs = 10.8.0.2/32
|
||||
|
||||
#Nyar
|
||||
[Peer]
|
||||
PublicKey = 2BA7L1oJP1tK6dIUNHMgcZmOmYmlyPRe2RaBqfUsEWo=
|
||||
AllowedIPs = 10.8.0.20/32
|
||||
|
||||
#Galaxy
|
||||
[Peer]
|
||||
PublicKey = QBNt00VSedxPlq3ZvsdYaqIcbudCAyxv9TG65aPVZzM=
|
||||
AllowedIPs = 10.8.0.99/32
|
||||
|
||||
|
||||
|
||||
#nanocube
|
||||
[Peer]
|
||||
PublicKey = /ZImoATDIS0e0N08CD7mqWbhtGlSnynpPuY04Ed4Zyc=
|
||||
AllowedIPs = 10.8.0.7/32
|
||||
|
||||
#jupiter
|
||||
[Peer]
|
||||
PublicKey = YIFQ43ULk/YoCgOv3SBU6+MOrbxd+mlvaw9rT8uoNmw=
|
||||
AllowedIPs = 10.8.0.42/32
|
||||
|
||||
#HASS
|
||||
[Peer]
|
||||
PublicKey = C+Poz/7DaXCxe4HZiL6D5cld4jMt5o1gBq3iPiBzrg0=
|
||||
AllowedIPs = 10.8.0.8/32
|
||||
|
||||
#framebot
|
||||
[Peer]
|
||||
PublicKey = loS3yZapqmt6lP53Q+s4EvUzw6FmwgZC8jzgLluJ1Es=
|
||||
AllowedIPs = 10.8.0.40/32
|
||||
Reference in New Issue
Block a user