delete trojan

This commit is contained in:
mercury
2024-05-01 16:25:42 +04:00
parent a72db227f0
commit 102ce5b0a5
2 changed files with 4 additions and 11 deletions
+4 -4
View File
@@ -3902,10 +3902,10 @@ DNS-over-HTTPS with IP:
'text' => $this->i18n('shadow') . ' ' . ($pac['xtlsmode'] == 'shadow' ? '✅' : ''),
'callback_data' => "/setSingboxType shadow",
],
[
'text' => $this->i18n('trojan') . ' ' . ($pac['xtlsmode'] == 'trojan' ? '✅' : ''),
'callback_data' => "/setSingboxType trojan",
],
// [
// 'text' => $this->i18n('trojan') . ' ' . ($pac['xtlsmode'] == 'trojan' ? '✅' : ''),
// 'callback_data' => "/setSingboxType trojan",
// ],
];
$data[] = [
[
-7
View File
@@ -54,13 +54,6 @@
"detour": "direct"
}
],
"rules": [
{
"outbound": "any",
"server": "dns-direct",
"disable_cache": false
}
],
"strategy": "ipv4_only",
"independent_cache": true
},