Compare commits

...

4 Commits

Author SHA1 Message Date
mercury 1a593100b7 update version 2025-02-02 14:24:05 +04:00
mercury 414a67c10d Revert "update singbox 1.11 windows x64"
This reverts commit 284b025881.
2025-02-02 13:29:51 +04:00
mercury f92b484011 Revert "fix singbox template"
This reverts commit 86261e6b76.
2025-02-02 11:52:02 +04:00
mercury 7af0276944 Revert "Migrate to sing-box 1.11"
This reverts commit 6d1ab0cb3a.
2025-02-02 01:56:15 +04:00
4 changed files with 21 additions and 15 deletions
+2 -2
View File
@@ -6324,11 +6324,11 @@ DNS-over-HTTPS with IP:
$c['route'] = $this->addRuleSet($c['route']);
$c['route'] = $this->createRuleSet($c['route'], $uid, $domain);
if (!empty($c['route']['rules'])) {
/* foreach ($c['route']['rules'] as $k => $v) {
foreach ($c['route']['rules'] as $k => $v) {
if (count($v) < 2) {
unset($c['route']['rules'][$k]);
}
} */
}
$c['route']['rules'] = array_values($c['route']['rules']);
}
break;
+17 -13
View File
@@ -9,10 +9,9 @@
"tag": "tun-in",
"domain_strategy": "prefer_ipv4",
"interface_name": "sing-tun",
"address": [
"172.19.0.1/30"
],
"address": ["172.19.0.1\/30"],
"mtu": 1400,
"gso": true,
"auto_route": true,
"strict_route": true,
"sniff": true,
@@ -49,7 +48,7 @@
},
{
"tag": "dns-remote",
"address": "tcp://8.8.8.8",
"address": "tcp:\/\/8.8.8.8",
"address_strategy": "prefer_ipv4",
"strategy": "prefer_ipv4",
"detour": "direct"
@@ -93,23 +92,28 @@
{
"type": "direct",
"tag": "direct"
},
{
"type": "block",
"tag": "block"
},
{
"type": "dns",
"tag": "dns-out"
}
],
"route": {
"auto_detect_interface": true,
"override_android_vpn": true,
"rules": [
{
"protocol": "dns",
"outbound": "dns-out"
},
{
"addruleset": true,
"outbound": "direct"
},
{
"action": "sniff"
},
{
"protocol": "dns",
"action": "hijack-dns"
},
{
"addruleset": true,
"createruleset": [
@@ -183,7 +187,7 @@
]
}
],
"action": "reject"
"outbound": "block"
},
{
"addruleset": true,
@@ -203,4 +207,4 @@
],
"final": "direct"
}
}
}
Binary file not shown.
+2
View File
@@ -1,3 +1,5 @@
02.02.2025 v2.9
- откат sing-box 1.11
02.02.2025 v2.8
- vless: корректировка статы юзера
- sing-box 1.11