major update configs

This commit is contained in:
2026-08-01 15:49:36 +03:00
parent ca29a2ce10
commit 218b9143b4
6 changed files with 427 additions and 175 deletions
+250
View File
@@ -0,0 +1,250 @@
{
"dns": {
"rules": [
{
"server": "remote",
"query_type": [
"A",
"AAAA"
]
},
{
"server": "local",
"outbound": "any"
}
],
"fakeip": {
"enabled": true,
"inet4_range": "198.18.0.0/15",
"inet6_range": "fc00::/18"
},
"servers": [
{
"tag": "cf-dns",
"address": "tls://1.1.1.1"
},
{
"tag": "local",
"detour": "direct",
"address": "tcp://1.1.1.1",
"strategy": "ipv4_only",
"address_strategy": "prefer_ipv4"
},
{
"tag": "remote",
"address": "fakeip"
}
],
"independent_cache": true
},
"log": {
"level": "debug",
"disabled": true,
"timestamp": true
},
"route": {
"rules": [
{
"action": "sniff"
},
{
"mode": "or",
"type": "logical",
"rules": [
{
"protocol": "dns"
},
{
"port": 53
}
],
"action": "hijack-dns"
},
{
"outbound": "direct",
"ip_is_private": true
},
{
"outbound": "PROXY",
"domain_suffix": [
"ipwho.is",
"ipapi.is",
"ipapi.co",
"api.ip.sb",
"ip-api.com"
]
},
{
"outbound": "direct",
"rule_set": [
"ru-app-list"
]
},
{
"geoip": [
"telegram"
],
"geosite": [
"telegram"
],
"outbound": "PROXY"
},
{
"geoip": [
"cloudflare"
],
"outbound": "PROXY"
},
{
"outbound": "PROXY",
"rule_set": [
"refilter_ipsum",
"refilter_domains"
]
},
{
"outbound": "RU-Banned",
"rule_set": [
"rknasnblock",
"ru-bundle"
]
}
],
"rule_set": [
{
"tag": "ru-app-list",
"url": "https://raw.githubusercontent.com/legiz-ru/sb-rule-sets/main/ru-app-list.srs",
"type": "remote",
"format": "binary",
"download_detour": "PROXY"
},
{
"tag": "refilter_domains",
"url": "https://github.com/1andrevich/Re-filter-lists/releases/latest/download/ruleset-domain-refilter_domains.srs",
"type": "remote",
"format": "binary",
"download_detour": "PROXY"
},
{
"tag": "refilter_ipsum",
"url": "https://github.com/1andrevich/Re-filter-lists/releases/latest/download/ruleset-ip-refilter_ipsum.srs",
"type": "remote",
"format": "binary",
"download_detour": "PROXY"
},
{
"tag": "rknasnblock",
"url": "https://github.com/legiz-ru/sb-rule-sets/raw/main/rknasnblock.srs",
"type": "remote",
"format": "binary",
"download_detour": "PROXY"
},
{
"tag": "ru-bundle",
"url": "https://github.com/legiz-ru/sb-rule-sets/raw/main/ru-bundle.srs",
"type": "remote",
"format": "binary",
"download_detour": "PROXY"
}
],
"override_android_vpn": true,
"auto_detect_interface": true
},
"inbounds": [
{
"mtu": 9000,
"tag": "tun-in",
"type": "tun",
"sniff": true,
"stack": "mixed",
"platform": {
"http_proxy": {
"server": "127.0.0.1",
"enabled": true,
"server_port": 2412
}
},
"auto_route": true,
"strict_route": true,
"inet4_address": "172.19.0.1/30",
"inet6_address": "fdfe:dcba:9876::1/126",
"interface_name": "tun125",
"endpoint_independent_nat": true
},
{
"tag": "mixed-in",
"type": "mixed",
"sniff": true,
"users": [],
"listen": "127.0.0.1",
"listen_port": 2412,
"set_system_proxy": false
}
],
"outbounds": [
{
"tag": "→ Remnawave",
"type": "selector",
"outbounds": null,
"interrupt_exist_connections": true
},
{
"tag": "Fastest",
"url": "http://www.gstatic.com/generate_204",
"type": "urltest",
"interval": "30s",
"outbounds": [
"→ Remnawave"
],
"tolerance": 50
},
{
"tag": "PROXY",
"type": "selector",
"outbounds": [
"Fastest",
"→ Remnawave",
"direct"
]
},
{
"tag": "RU-Banned",
"type": "selector",
"outbounds": [
"PROXY",
"direct"
]
},
{
"tag": "Реклама",
"type": "selector",
"outbounds": [
"block",
"direct"
]
},
{
"tag": "direct",
"type": "direct"
},
{
"tag": "block",
"type": "block"
}
],
"experimental": {
"clash_api": {
"external_ui": "metacubexd",
"default_mode": "rule",
"external_controller": "127.0.0.1:9090",
"external_ui_download_url": "https://github.com/MetaCubeX/metacubexd/archive/refs/heads/gh-pages.zip",
"external_ui_download_detour": "direct"
},
"cache_file": {
"path": "remnawave.db",
"enabled": true,
"cache_id": "remnawave",
"store_fakeip": true
}
}
}