From aa89a46820f0a27df88a3717c987ac31cbb2f940 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 Jan 2026 06:17:29 -0600 Subject: chore(assets): reorganize into outbox and wireguard-config Move processed inbox files to assets/outbox/, rename assets/wireguard to assets/wireguard-config, delete unused dwm.desktop. --- assets/wireguard-config/USDC.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 assets/wireguard-config/USDC.conf (limited to 'assets/wireguard-config/USDC.conf') diff --git a/assets/wireguard-config/USDC.conf b/assets/wireguard-config/USDC.conf new file mode 100644 index 0000000..62ede76 --- /dev/null +++ b/assets/wireguard-config/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