diff --git a/app/bot.php b/app/bot.php index 383da54..d01440d 100644 --- a/app/bot.php +++ b/app/bot.php @@ -6654,7 +6654,7 @@ DNS-over-HTTPS with IP: if (!empty($route['rules'])) { foreach ($route['rules'] as $k => $v) { if (!empty($v['addruleset'])) { - $t[$v['outbound']] = $k; + $t[$v['outbound'] ?: 'block'] = $k; } } $p = $this->getPacConf();