fix bug createruleset for singbox

This commit is contained in:
mercury
2024-11-28 12:59:06 +04:00
parent 7e2d90e7da
commit 6267931475
-3
View File
@@ -6061,9 +6061,6 @@ DNS-over-HTTPS with IP:
$c['outbounds'][$index]['tls']['server_name'] = '~server_name~';
$c['outbounds'][$index]['tls']['reality']['short_id'] = '~short_id~';
}
$c['route'] = $this->addRuleSet($c['route']);
$c['route'] = $this->createRuleSet($c['route'], $uid, $domain);
break;
case 'cl':
$c['proxies'][$index]['server'] = '~domain~';