From 9b2c59d5298aed28f34b50345b9ddb21bcb486d4 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Fri, 2 Jul 2021 14:35:34 -0400 Subject: [PATCH] Delete wg0.conf --- src/db/wg0.conf | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/db/wg0.conf 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