From 77deca928801efd333089ff01a5b9e3e20e11205 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 May 2025 17:50:58 -0500 Subject: add wireguard fzf functionality and install script --- assets/wireguard/USDC.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 assets/wireguard/USDC.conf (limited to 'assets/wireguard/USDC.conf') diff --git a/assets/wireguard/USDC.conf b/assets/wireguard/USDC.conf new file mode 100644 index 0000000..62ede76 --- /dev/null +++ b/assets/wireguard/USDC.conf @@ -0,0 +1,15 @@ +[Interface] +# Bouncing = 1 +# NetShield = 1 +# Moderate NAT = on +# NAT-PMP (Port Forwarding) = off +# VPN Accelerator = on +PrivateKey = ODgff/xOftY7+v64+J9vPs9C2ZK83xepaM9+OdJUong= +Address = 10.2.0.2/32 +DNS = 10.2.0.1 + +[Peer] +# US-DC#29 +PublicKey = 3Lz5VpqnS7wfnOWVYFNCFHl+JuuanJ/hB2TqOKQZxVI= +AllowedIPs = 0.0.0.0/0 +Endpoint = 185.247.68.50:51820 \ No newline at end of file -- cgit v1.2.3