diff --git a/app/bot.php b/app/bot.php index 6c7ef9d..7d92e70 100644 --- a/app/bot.php +++ b/app/bot.php @@ -3825,7 +3825,7 @@ DNS-over-HTTPS with IP: "outbound" => "dns-out" ], [ - "domain" => array_keys(array_filter($pac['includelist'])), + "domain_suffix" => array_keys(array_filter($pac['includelist'])), "outbound" => "proxy" ], [ @@ -3837,7 +3837,7 @@ DNS-over-HTTPS with IP: ] ] ]; - if (empty($c['route']['rules'][1]['domain'])) { + if (empty($c['route']['rules'][1]['domain_suffix'])) { unset($c['route']['rules'][1]); $c['route']['rules'] = array_values($c['route']['rules']); } diff --git a/version b/version index 69571b1..6f88e2d 100644 --- a/version +++ b/version @@ -1,3 +1,5 @@ +09.04.2024 v1.15.4 +- замена domain на domain_suffix 09.04.2024 v1.15.2 - фикс подписки v2ray 09.04.2024 v1.15.2