diff --git a/app/bot.php b/app/bot.php index d5bf9a8..4bed33c 100644 --- a/app/bot.php +++ b/app/bot.php @@ -5860,7 +5860,8 @@ DNS-over-HTTPS with IP: } } if ($flag) { - return false; + header('500', true, 500); + exit; } if (!empty($_GET['r'])) { @@ -6363,7 +6364,7 @@ DNS-over-HTTPS with IP: if (\$cookie_c != "$h") { $s rewrite .* /webapp redirect; } - proxy_pass http://ad; + proxy_pass http://ad/; proxy_redirect / /adguard/; proxy_cookie_path / /adguard/; }