Upd
This commit is contained in:
@@ -29,7 +29,7 @@ log-level: info
|
||||
disable-keep-alive: true
|
||||
# keep-alive-interval: 15
|
||||
# keep-alive-idle: 15
|
||||
find-process-mode: off # Options: always, strict, off
|
||||
find-process-mode: "off" # Options: always, strict, off
|
||||
# global-client-fingerprint: random # Options: chrome, firefox, safari, iOS, android, edge, 360, qq, random
|
||||
# tcp-concurrent: true # Enable TCP concurrent connections, which will use all IP addresses resolved by DNS for connections, using the first successful connection.
|
||||
# routing-mark: 6666
|
||||
@@ -42,16 +42,50 @@ lgbm-url: "https://github.com/vernesong/mihomo/releases/download/LightGBM-Model/
|
||||
|
||||
# ———————————————————————————————————————————————————————— HOSTS ————————————————————————————————————————————————————————
|
||||
hosts:
|
||||
'ponitifex.shamanlanding.org': 192.168.10.1
|
||||
'scarus.shamanlanding.org': '192.168.10.4'
|
||||
'+.scarus.shamanlanding.org': '192.168.10.4'
|
||||
|
||||
'gatekeeper.shamanlanding.org': 192.168.10.4
|
||||
'gitea.shamanlanding.org': 192.168.10.4
|
||||
'aither.shamanlanding.org': 192.168.10.4
|
||||
'ruler.shamanlanding.org': 192.168.10.4
|
||||
'webway.shamanlanding.org': 192.168.10.4
|
||||
'zashboard.shamanlanding.org': 192.168.10.4
|
||||
'aither.shamanlanding.org': '192.168.10.4'
|
||||
'ambassador.shamanlanding.org': '192.168.10.4'
|
||||
'eisenhorn.shamanlanding.org': '192.168.10.4'
|
||||
'exarch.shamanlanding.org': '192.168.10.4'
|
||||
'ganzakh.shamanlanding.org': '192.168.10.4'
|
||||
'gatekeeper.shamanlanding.org': '192.168.10.4'
|
||||
'gitea.shamanlanding.org': '192.168.10.4'
|
||||
'hamata.shamanlanding.org': '192.168.10.4'
|
||||
'kharon.shamanlanding.org': '192.168.10.4'
|
||||
'lieutenant.shamanlanding.org': '192.168.10.4'
|
||||
'niyya.shamanlanding.org': '192.168.10.4'
|
||||
'prosopon.shamanlanding.org': '192.168.10.4'
|
||||
'remna-master.shamanlanding.org': '192.168.10.4'
|
||||
'ruler.shamanlanding.org': '192.168.10.4'
|
||||
'scriptorium.shamanlanding.org': '192.168.10.4'
|
||||
'tessera.shamanlanding.org': '192.168.10.4'
|
||||
'webway.shamanlanding.org': '192.168.10.4'
|
||||
'wishmaster.shamanlanding.org': '192.168.10.4'
|
||||
'zashboard.shamanlanding.org': '192.168.10.4'
|
||||
|
||||
'+.scarus.shamanlanding.org': 192.168.10.4
|
||||
'solar.shamanlanding.org': '192.168.25.8'
|
||||
'+.solar.shamanlanding.org': '192.168.25.8'
|
||||
|
||||
'aqen.shamanlanding.org': '192.168.25.8'
|
||||
'arche.shamanlanding.org': '192.168.25.8'
|
||||
'battlescribe.shamanlanding.org': '192.168.25.8'
|
||||
'commander.shamanlanding.org': '192.168.25.8'
|
||||
'kavanah.shamanlanding.org': '192.168.25.8'
|
||||
'logos.shamanlanding.org': '192.168.25.8'
|
||||
'loremaster.shamanlanding.org': '192.168.25.8'
|
||||
'lumen.shamanlanding.org': '192.168.25.8'
|
||||
'nexus.shamanlanding.org': '192.168.25.8'
|
||||
'nox.shamanlanding.org': '192.168.25.8'
|
||||
'nox-importer.shamanlanding.org': '192.168.25.8'
|
||||
'omnissiah.shamanlanding.org': '192.168.25.8'
|
||||
'pandora.shamanlanding.org': '192.168.25.8'
|
||||
'sanctum.shamanlanding.org': '192.168.25.8'
|
||||
'sigil.shamanlanding.org': '192.168.25.8'
|
||||
'tekton.shamanlanding.org': '192.168.25.8'
|
||||
'tesseract.shamanlanding.org': '192.168.25.8'
|
||||
'vision.shamanlanding.org': '192.168.25.8'
|
||||
|
||||
# ——————————————————————————————————————————————————————— PROFILE ———————————————————————————————————————————————————————
|
||||
profile:
|
||||
@@ -115,6 +149,7 @@ dns:
|
||||
prefer-h3: true
|
||||
respect-rules: false
|
||||
use-hosts: true
|
||||
use-system-hosts: true
|
||||
|
||||
fake-ip-range: 198.18.0.1/16
|
||||
fake-ip-filter-mode: blacklist
|
||||
@@ -134,20 +169,15 @@ dns:
|
||||
- 8.8.8.8
|
||||
- 9.9.9.9
|
||||
nameserver:
|
||||
- 192.168.10.4
|
||||
- 192.168.10.7
|
||||
# - https://d.adguard-dns.com/dns-query/5ffb7de2
|
||||
# - niyya.shamanlanding.org
|
||||
proxy-server-nameserver:
|
||||
- 192.168.10.4
|
||||
- 192.168.10.7
|
||||
# - https://d.adguard-dns.com/dns-query/5ffb7de2
|
||||
# direct-nameserver:
|
||||
# - 192.168.10.4
|
||||
# - https://d.adguard-dns.com/dns-query/5ffb7de2
|
||||
# nameserver-policy:
|
||||
# '+.shamanlanding.org': '192.168.10.4'
|
||||
direct-nameserver-follow-policy: true
|
||||
# direct-nameserver-follow-policy: true
|
||||
|
||||
fallback:
|
||||
- https://d.adguard-dns.com/dns-query/5ffb7de2 # Fallback DNS @ https://adguard-dns.io/en/dashboard/
|
||||
@@ -172,8 +202,23 @@ dns:
|
||||
type: direct
|
||||
udp: true
|
||||
ip-version: ipv4
|
||||
|
||||
external_proxy: &external_proxy
|
||||
type: http
|
||||
interval: 3600
|
||||
proxy: ▣ Personal
|
||||
exclude-filter: "(?i)Наш TG|Истекает|@FizzVPN|UNAVAILABLE|EXPIRE|TELEGRAM|USERNAME:|Купить|🔜"
|
||||
|
||||
gitea_proxy: &gitea_proxy
|
||||
type: http
|
||||
interval: 3600
|
||||
proxy: DIRECT
|
||||
exclude-filter: ""
|
||||
|
||||
|
||||
# # ———————————————————————————————— health checks ———————————————————————————————— #
|
||||
health-check-for-providers: &health_check_for_providers
|
||||
health-check:
|
||||
enable: true
|
||||
interval: 1200
|
||||
expected-status: 204
|
||||
@@ -182,6 +227,7 @@ dns:
|
||||
url: https://www.gstatic.com/generate_204
|
||||
|
||||
health-check: &health_check
|
||||
health-check:
|
||||
enable: true
|
||||
interval: 300
|
||||
expected-status: 204
|
||||
@@ -474,69 +520,44 @@ proxy-providers:
|
||||
# # ———————————————————————————— external vpn services ———————————————————————————— #
|
||||
|
||||
🎭 d-vpn:
|
||||
type: http
|
||||
url: "https://sub.d-vpn.in/5577509"
|
||||
interval: 3600
|
||||
proxy: ▣ Personal
|
||||
path: "./proxy_provider/d-vpn.txt"
|
||||
exclude-filter: "(?i)Наш TG|Истекает|@FizzVPN|UNAVAILWAN BALANCERLE|EXPIRE|TELEGRAM|USERNAME:|Купить|🔜"
|
||||
override:
|
||||
additional-prefix: ""
|
||||
additional-suffix: "•𝓭"
|
||||
health-check:
|
||||
<<: *health_check_for_providers
|
||||
<<: [*health_check_for_providers, *external_proxy]
|
||||
|
||||
🎭 vezdehod:
|
||||
type: http
|
||||
url: "https://sub-001.dns-on-fire.net/api/sub/Jfo_eg3X0NchfJ3_"
|
||||
interval: 3600
|
||||
proxy: ▣ Personal
|
||||
path: "./proxy_provider/vezdehod.txt"
|
||||
exclude-filter: "(?i)Наш TG|Истекает|@FizzVPN|UNAVAILWAN BALANCERLE|EXPIRE|TELEGRAM|USERNAME:|Купить|🔜"
|
||||
override:
|
||||
additional-prefix: ""
|
||||
additional-suffix: "•𝓿"
|
||||
health-check:
|
||||
<<: *health_check_for_providers
|
||||
<<: [*health_check_for_providers, *external_proxy]
|
||||
|
||||
🎭 xfizz:
|
||||
type: http
|
||||
url: "https://xfizz.cc/sublink/XzU0rRmBeOZtIPprW46f2ieNFcF8PJw9?name=1Y:2213"
|
||||
interval: 3600
|
||||
proxy: ▣ Personal
|
||||
path: "./proxy_provider/fizz-vpn.txt"
|
||||
exclude-filter: "(?i)Наш TG|Истекает|@FizzVPN|UNAVAILWAN BALANCERLE|EXPIRE|TELEGRAM|USERNAME:|Купить|🔜"
|
||||
override:
|
||||
additional-prefix: ""
|
||||
additional-suffix: "•𝓯"
|
||||
health-check:
|
||||
<<: *health_check_for_providers
|
||||
|
||||
🎭 arza:
|
||||
type: http
|
||||
url: "https://arza.top/sub/dGZjNHVlLDE3MzIzMDQ2MTYowA-efEYOh"
|
||||
interval: 3600
|
||||
proxy: ▣ Personal
|
||||
path: "./proxy_provider/arza.txt"
|
||||
exclude-filter: "(?i)Наш TG|Истекает|@FizzVPN|UNAVAILWAN BALANCERLE|EXPIRE|TELEGRAM|USERNAME:|Купить|🔜"
|
||||
override:
|
||||
additional-prefix: ""
|
||||
additional-suffix: "•𝓪"
|
||||
health-check:
|
||||
<<: *health_check_for_providers
|
||||
<<: [*health_check_for_providers, *external_proxy]
|
||||
|
||||
🎭 uncd:
|
||||
type: http
|
||||
url: "https://subs.un1c4d3.ru:52478/sub/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJQTF9WTFNTX0FMTDIxMCIsImFjY2VzcyI6InN1YnNjcmlwdGlvbiIsImlhdCI6MTczNzgwMDQwOH0.mPr4BSMMpo1mrlZPvB34IRGcn2mHOZetHXaZyebirT4"
|
||||
interval: 3600
|
||||
proxy: ▣ Personal
|
||||
path: "./proxy_provider/uncd.txt"
|
||||
exclude-filter: "(?i)Наш TG|Истекает|@FizzVPN|UNAVAILWAN BALANCERLE|EXPIRE|TELEGRAM|USERNAME:"
|
||||
override:
|
||||
additional-prefix: ""
|
||||
additional-suffix: "•𝓾"
|
||||
health-check:
|
||||
<<: *health_check_for_providers
|
||||
<<: [*health_check_for_providers, *external_proxy]
|
||||
|
||||
🎭 amnezia:
|
||||
url: "https://gitea.shamanlanding.org/DaTekShaman/clash-rules/raw/branch/main/proxy-provider/scarus/amnezia.yaml"
|
||||
path: "./proxy_provider/amnezia.txt"
|
||||
override:
|
||||
additional-prefix: ""
|
||||
additional-suffix: "•𝓾"
|
||||
<<: [*health_check_for_providers, *gitea_proxy]
|
||||
|
||||
# ————————————————————————————————————————————————————— PROXY GROUPS ————————————————————————————————————————————————————
|
||||
proxy-groups:
|
||||
@@ -641,9 +662,9 @@ proxy-groups:
|
||||
<<: [*group_selector, *health_check]
|
||||
|
||||
- name: Testzone 🅰
|
||||
<<: [*group_selector, *set_extnd, *health_check]
|
||||
<<: [*group_selector, *set_srcip, *health_check]
|
||||
- name: Testzone 🅱
|
||||
<<: [*group_selector, *set_extnd, *health_check]
|
||||
<<: [*group_selector, *set_srcip, *health_check]
|
||||
|
||||
# # ——————————————————————————— smart groups for own vpn —————————————————————————— #
|
||||
|
||||
@@ -1344,6 +1365,10 @@ rule-providers:
|
||||
# ———————————————————————————————————————————————————————— RULES ————————————————————————————————————————————————————————
|
||||
rules:
|
||||
|
||||
|
||||
- DOMAIN-SUFFIX,ipip.net,Route Bravo
|
||||
|
||||
|
||||
# ——————————————————————— direct first —————————————————————— # —————————————————————————————————————————————————————————
|
||||
- RULE-SET,📃 General Direct Domain List,DIRECT
|
||||
- RULE-SET,📃 General Direct IP List,DIRECT
|
||||
|
||||
159
proxy-provider/scarus/amnezia copy.yaml
Normal file
159
proxy-provider/scarus/amnezia copy.yaml
Normal 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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user