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

@@ -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
'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
'+.scarus.shamanlanding.org': 192.168.10.4
'scarus.shamanlanding.org': '192.168.10.4'
'+.scarus.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'
'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,22 +202,38 @@ 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
enable: true
interval: 1200
expected-status: 204
timeout: 1000
tolerance: 100
url: https://www.gstatic.com/generate_204
health-check:
enable: true
interval: 1200
expected-status: 204
timeout: 1000
tolerance: 100
url: https://www.gstatic.com/generate_204
health-check: &health_check
enable: true
interval: 300
expected-status: 204
timeout: 1000
tolerance: 100
url: https://www.gstatic.com/generate_204
health-check:
enable: true
interval: 300
expected-status: 204
timeout: 1000
tolerance: 100
url: https://www.gstatic.com/generate_204
# # —————————————————————————————————— selectors —————————————————————————————————— #
group-selector: &group_selector
type: select
@@ -474,70 +520,45 @@ 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:
# # ——————————————————————————————————— fallback —————————————————————————————————— #
@@ -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