diff --git a/src/db/wg0.conf b/src/db/wg0.conf deleted file mode 100644 index db7b3e2..0000000 --- a/src/db/wg0.conf +++ /dev/null @@ -1,34 +0,0 @@ -[Interface] -Address = 10.200.200.1/24 -SaveConfig = true -PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -A FORWARD -o wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE -PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -D FORWARD -o wg0 -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE -ListenPort = 51820 -PrivateKey = 8DsSMli3okgUx5frKbFQ0fMW5ZMyqyxOdOW7+g21L18= - - -[Peer] -#Name = 10 -PublicKey = Hw2sISygeuT4eQyubDdP0CA2RJHYcpHhBOnIn6riEA0= -AllowedIPs = 10.200.200.9/32, 10.200.200.2/32 -Endpoint = 142.114.220.189:58403 - -[Peer] -PublicKey = 0pCjuGUyXIxTmCZCoFeVtMOgZFVkU9WPGilJxLpYVAI= -AllowedIPs = 10.200.200.3/32 -Endpoint = 76.67.102.20:55349 - -[Peer] -PublicKey = sJrgj14BfToasB5EhQfUjw2xTj3FoU/lSca9bDx+2Ww= -AllowedIPs = 10.200.200.4/32 -Endpoint = 175.0.140.3:59637 - -[Peer] -PublicKey = IxM4gsOWugRtQ0WmFnaAYUCVquTsSqxHiE7oqisKsRQ= -AllowedIPs = 10.200.200.5/32 -Endpoint = 180.152.230.148:61618 - -[Peer] -PublicKey = TSsTB1NPTOHfqNkcNZbJQiz+XcJ32AudypDwa5ItmBM= -AllowedIPs = 10.200.200.6/32 -Endpoint = 118.250.38.191:51820 \ No newline at end of file