From 62679314759a6ef32ff065e34234b635937737b8 Mon Sep 17 00:00:00 2001 From: mercury Date: Thu, 28 Nov 2024 12:59:06 +0400 Subject: [PATCH] fix bug createruleset for singbox --- app/bot.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/bot.php b/app/bot.php index 13bcd5a..cb08371 100644 --- a/app/bot.php +++ b/app/bot.php @@ -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~';