Skip to content

Commit

Permalink
Update gfwlist2dnsmasq.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cokebar committed Jun 20, 2015
1 parent eff81a1 commit d4af1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfwlist2dnsmasq.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
domain_pattern = '([\w\-\_]+\.[\w\.\-\_]+)[\/\*]*'
tmpfile = '/tmp/gfwlisttmp'
# do not write to router internal flash directly
outfile = '/tmp/gfwlist.conf'
outfile = './gfwlist.conf'

fs = file(outfile, 'w')
fs.write('# gfw list ipset rules for dnsmasq\n')
Expand Down

0 comments on commit d4af1ed

Please sign in to comment.