From ca61adfe0cdd51b068cb1ec4f70c2a2909796aae Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 28 May 2025 15:04:08 -0500 Subject: adding new wireguard conf file for new york --- assets/wireguard/USNY.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 assets/wireguard/USNY.conf diff --git a/assets/wireguard/USNY.conf b/assets/wireguard/USNY.conf new file mode 100644 index 0000000..ddf43a6 --- /dev/null +++ b/assets/wireguard/USNY.conf @@ -0,0 +1,16 @@ +[Interface] +# Key for New York +# Bouncing = 8 +# NetShield = 1 +# Moderate NAT = off +# NAT-PMP (Port Forwarding) = off +# VPN Accelerator = on +PrivateKey = APAkVGvrTIXjgSCy9fUM7q4B9Fgj4M8PVbakpVEQQnE= +Address = 10.2.0.2/32 +DNS = 10.2.0.1 + +[Peer] +# US-NY#524 +PublicKey = 8NeySGpnCMtwtgwVARpoCNonu9qxQxrE6hFztMcMDkA= +AllowedIPs = 0.0.0.0/0 +Endpoint = 146.70.72.130:51820 \ No newline at end of file -- cgit v1.2.3