diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-24 18:52:34 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-24 18:52:34 -0600 |
| commit | 7d0f90da66985b402c6a25eb3eca8cc9e6060ced (patch) | |
| tree | 94a4fefdccc5cc1750a7466b3764b44bf1b8d0b0 /assets/wireguard/USGAAT.conf | |
| download | archsetup-7d0f90da66985b402c6a25eb3eca8cc9e6060ced.tar.gz archsetup-7d0f90da66985b402c6a25eb3eca8cc9e6060ced.zip | |
fix(testing): remove obsolete --skip-slow-packages option
This flag was removed from archsetup but remained in test scripts.
Diffstat (limited to 'assets/wireguard/USGAAT.conf')
| -rw-r--r-- | assets/wireguard/USGAAT.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/wireguard/USGAAT.conf b/assets/wireguard/USGAAT.conf new file mode 100644 index 0000000..b4cfc7d --- /dev/null +++ b/assets/wireguard/USGAAT.conf @@ -0,0 +1,15 @@ +[Interface] +# Bouncing = 0 +# NetShield = 1 +# Moderate NAT = on +# NAT-PMP (Port Forwarding) = off +# VPN Accelerator = on +PrivateKey = gMms305eLQY1Q/GTC1/nTffFh9ou4tIVzpQuWo0P6XU= +Address = 10.2.0.2/32 +DNS = 10.2.0.1 + +[Peer] +# US-GA#319 +PublicKey = vrQlzOff8/CWCDVaesXMZLfQaOE4qrdY2BJUjWeRHyA= +AllowedIPs = 0.0.0.0/0 +Endpoint = 149.22.94.113:51820
\ No newline at end of file |
