Skip to content

Commit

Permalink
Fix #62
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Oct 14, 2018
1 parent 07089f2 commit e45cdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/opt/etc/patch_router
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ -d "$dnsmasq_dir" ]; then

if [ -f $user_domain_name_blocklist ]; then
rm -f $dnsmasq_dir/blacklist-domains.china.conf
for i in $(cat $user_domain_name_blacklist); do
for i in $(cat $user_domain_name_blocklist); do
echo "address=/${i}/127.0.0.1" >> $dnsmasq_dir/blocklist-domains.china.conf
done
fi
Expand Down

0 comments on commit e45cdb5

Please sign in to comment.