delete trojan
This commit is contained in:
+4
-4
@@ -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[] = [
|
||||
[
|
||||
|
||||
@@ -54,13 +54,6 @@
|
||||
"detour": "direct"
|
||||
}
|
||||
],
|
||||
"rules": [
|
||||
{
|
||||
"outbound": "any",
|
||||
"server": "dns-direct",
|
||||
"disable_cache": false
|
||||
}
|
||||
],
|
||||
"strategy": "ipv4_only",
|
||||
"independent_cache": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user