diff --git a/package/openwrt/files/etc/init.d/smartdns b/package/openwrt/files/etc/init.d/smartdns index bfca1a9..28b5276 100644 --- a/package/openwrt/files/etc/init.d/smartdns +++ b/package/openwrt/files/etc/init.d/smartdns @@ -308,7 +308,7 @@ load_domain_rules() config_get block_domain_set_file "$section" "block_domain_set_file" [ ! -z "$block_domain_set_file" ] && { conf_append "domain-set" "-name ${domain_set_name}-block-file -file '$block_domain_set_file'" - conf_append "domain-rules" "/domain-set:${domain_set_name}-block-file/ -group block" + conf_append "domain-rules" "/domain-set:${domain_set_name}-block-file/ --address #" } conf_append "domain-set" "-name ${domain_set_name}-block-list -file /etc/smartdns/domain-block.list"