From d37236d717a0eb2d0e4c9147f0729d8440ee0ebe Mon Sep 17 00:00:00 2001 From: DaTekShaman Date: Wed, 3 Dec 2025 20:13:24 +0300 Subject: [PATCH] Upd --- proxy-provider/scarus/amnezia.yaml | 131 +++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) diff --git a/proxy-provider/scarus/amnezia.yaml b/proxy-provider/scarus/amnezia.yaml index 98dffbc..235f0c7 100644 --- a/proxy-provider/scarus/amnezia.yaml +++ b/proxy-provider/scarus/amnezia.yaml @@ -1,3 +1,68 @@ +# GUIDE: https://wiki.metacubex.one/en/config/proxies/wg/#wireguard_1 +# KAZAKHSTAN +# [Interface] +# + Address = 100.70.184.183/32 +# + DNS = 8.8.8.8, 8.8.4.4 +# + PrivateKey = reZgTReg3y4wff6p5lBDzDTA+R+46t7h3CJrveI+Dsg= +# + Jc = 4 +# + Jmin = 10 +# + Jmax = 50 +# + S1 = 110 +# + S2 = 20 +# + H1 = 211644422 +# + H2 = 533572853 +# + H3 = 237534087 +# + H4 = 1314455475 +# [Peer] +# + PublicKey = 5uUhd8S8MjnULEEAiSQysBi+JO6zfrXC0QIIsqsjUkc= +# PresharedKey = WIBgPDNngeueVAuO4I+Yo0zP41NMiFDE/D7nh3Vjulw= +# + AllowedIPs = 0.0.0.0/0, ::/0 +# + Endpoint = 5.189.202.78:46358 +# PersistentKeepalive = 25 + +# POLAND +# [Interface] +# Address = 100.71.64.86/32 +# DNS = 8.8.8.8, 8.8.4.4 +# PrivateKey = /K20yRTTw44Ged/fXjdf4hSLnr33igHMl0SAXy0aMCE= +# Jc = 2 +# Jmin = 10 +# Jmax = 50 +# S1 = 18 +# S2 = 122 +# H1 = 1512494805 +# H2 = 1147470590 +# H3 = 1658720028 +# H4 = 1826833034 +# [Peer] +# PublicKey = Z01PDi29KeHvdtThNoSmXdxG4zyT1yFbulcI7AA5nQg= +# PresharedKey = uExSfwmdNaUTiJmyNNMuoDavJEKdrdsAqNaVcZ/U00Y= +# AllowedIPs = 0.0.0.0/0, ::/0 +# Endpoint = 212.23.222.12:37089 +# PersistentKeepalive = 25 + +# USA +# [Interface] +# Address = 100.71.64.155/32 +# DNS = 8.8.8.8, 8.8.4.4 +# PrivateKey = Vuk0huRtjGpA7KtWuQN/kJE0CRFOFs3JysN71nDFGqg= +# Jc = 3 +# Jmin = 10 +# Jmax = 50 +# S1 = 145 +# S2 = 34 +# H1 = 203715079 +# H2 = 914012290 +# H3 = 174842657 +# H4 = 1514769902 +# [Peer] +# PublicKey = ZqTlR9tYsMacuawQQaU6UCoXdT1exYJD2tzFXTpN9zs= +# PresharedKey = oOJNRLL+5aOgimi28Lwq18w6xCrry4AFLt68fhbUSlk= +# AllowedIPs = 0.0.0.0/0, ::/0 +# Endpoint = 5.8.93.236:42854 +# PersistentKeepalive = 25 + + proxies: - name: "💫 amz-wg-usa" type: wireguard # @@ -27,3 +92,69 @@ proxies: h3: 174842657 h4: 1514769902 +- name: "💫 amz-wg-poland" + type: wireguard # + ip: 100.71.64.86/32 # The IPv4 address used by this machine in the Wireguard network +# ipv6: # The IPv6 address used by this machine in the Wireguard network + private-key: /K20yRTTw44Ged/fXjdf4hSLnr33igHMl0SAXy0aMCE= # + peers: + - server: 212.23.222.12 # + port: 37089 # + public-key: Z01PDi29KeHvdtThNoSmXdxG4zyT1yFbulcI7AA5nQg= # + pre-shared-key: uExSfwmdNaUTiJmyNNMuoDavJEKdrdsAqNaVcZ/U00Y= # Optional + allowed-ips: ['0.0.0.0/0', '::/0'] # + # reserved: # Optional value of the Wireguard protocol reserved field, required by some WARP nodes + udp: true # + # mtu: 1408 # + # dialer-proxy: # An identifier for an outbound proxy. When the value is not empty, the specified proxy/proxy-group will be used to make connections. + remote-dns-resolve: true # Option whether to force remote DNS resolution + dns: [8.8.8.8, 8.8.4.4] + amnezia-wg-option: + jc: 2 + jmin: 10 + jmax: 50 + s1: 18 + s2: 122 + h1: 1512494805 + h2: 1147470590 + h3: 1658720028 + h4: 1826833034 + +- name: "💫 amz-wg-kazakhstan" + type: wireguard # + ip: 100.70.184.183/32 # The IPv4 address used by this machine in the Wireguard network +# ipv6: # The IPv6 address used by this machine in the Wireguard network + private-key: ZiA7zQ9osP4nEoB5jryU99gpHFg6cTprfiaA1nV/pks= # + peers: + - server: 5.189.202.78 # + port: 46358 # + public-key: 5uUhd8S8MjnULEEAiSQysBi+JO6zfrXC0QIIsqsjUkc= # + pre-shared-key: aJ4XS6+QgVasEcGP+5DInldM5i/YSR6PPmmix0wMtFA= # Optional + allowed-ips: ['0.0.0.0/0', '::/0'] # + # reserved: # Optional value of the Wireguard protocol reserved field, required by some WARP nodes + udp: true # + # mtu: 1408 # + # dialer-proxy: # An identifier for an outbound proxy. When the value is not empty, the specified proxy/proxy-group will be used to make connections. + remote-dns-resolve: true # Option whether to force remote DNS resolution + dns: [8.8.8.8, 8.8.4.4] + amnezia-wg-option: + jc: 4 + jmin: 10 + jmax: 50 + s1: 110 + s2: 20 + h1: 211644422 + h2: 533572853 + h3: 237534087 + h4: 1314455475 + # AmneziaWG v1.5 + # i1: + # i2: + # i3: "" + # i4: "" + # i5: "" + # j1: + # j2: + # j3: + # itime: 60 +