This commit is contained in:
2025-12-03 20:08:07 +03:00
parent ddac51323c
commit 16dc46475b
3 changed files with 254 additions and 200 deletions

View File

@@ -0,0 +1,159 @@
# 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 #
ip: 100.71.64.155/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: Vuk0huRtjGpA7KtWuQN/kJE0CRFOFs3JysN71nDFGqg= #
peers:
- server: 5.8.93.236 #
port: 42854 #
public-key: ZqTlR9tYsMacuawQQaU6UCoXdT1exYJD2tzFXTpN9zs= #
pre-shared-key: oOJNRLL+5aOgimi28Lwq18w6xCrry4AFLt68fhbUSlk= # 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: 3
jmin: 10
jmax: 50
s1: 145
s2: 34
h1: 203715079
h2: 914012290
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: <b 0xf6ab3267fa><c><b 0xf6ab><t><r 10><wt 10>
# i2: <b 0xf6ab3267fa><r 100>
# i3: ""
# i4: ""
# i5: ""
# j1: <b 0xffffffff><c><b 0xf6ab><t><r 10>
# j2: <c><b 0xf6ab><t><wt 1000>
# j3: <t><b 0xf6ab><c><r 10>
# itime: 60

View File

@@ -1,68 +1,3 @@
# 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 #
@@ -92,68 +27,3 @@ 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: <b 0xf6ab3267fa><c><b 0xf6ab><t><r 10><wt 10>
# i2: <b 0xf6ab3267fa><r 100>
# i3: ""
# i4: ""
# i5: ""
# j1: <b 0xffffffff><c><b 0xf6ab><t><r 10>
# j2: <c><b 0xf6ab><t><wt 1000>
# j3: <t><b 0xf6ab><c><r 10>
# itime: 60