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/USCASF.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/USCASF.conf')
| -rw-r--r-- | assets/wireguard/USCASF.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/wireguard/USCASF.conf b/assets/wireguard/USCASF.conf new file mode 100644 index 0000000..7948ae4 --- /dev/null +++ b/assets/wireguard/USCASF.conf @@ -0,0 +1,16 @@ +[Interface] +# Key for velox +# Bouncing = 26 +# NetShield = 1 +# Moderate NAT = on +# NAT-PMP (Port Forwarding) = off +# VPN Accelerator = on +PrivateKey = 4Al9epK8qlWSiASFx1D8YPtqaqdUKUA6SRQhfhmL81g= +Address = 10.2.0.2/32 +DNS = 10.2.0.1 + +[Peer] +# US-CA#75 +PublicKey = xRu4XSIeCCNh4wQqit2w0PwAqzAs7JVA4zQqxGOhSSY= +AllowedIPs = 0.0.0.0/0 +Endpoint = 79.127.185.222:51820
\ No newline at end of file |
