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/USCALA.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/USCALA.conf')
| -rw-r--r-- | assets/wireguard/USCALA.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/wireguard/USCALA.conf b/assets/wireguard/USCALA.conf new file mode 100644 index 0000000..7d902d4 --- /dev/null +++ b/assets/wireguard/USCALA.conf @@ -0,0 +1,15 @@ +[Interface] +# Bouncing = 8 +# NetShield = 1 +# Moderate NAT = on +# NAT-PMP (Port Forwarding) = off +# VPN Accelerator = on +PrivateKey = aDhBPBlyRGAtWz2eaP6mPmEC5e6uNJj/YFleWACZdEk= +Address = 10.2.0.2/32 +DNS = 10.2.0.1 + +[Peer] +# US-CA#187 +PublicKey = fXtINk5LcWvNoCxNwx9WkmHieyyw+zIcLiiRM6eyECc= +AllowedIPs = 0.0.0.0/0 +Endpoint = 146.70.174.162:51820
\ No newline at end of file |
