openwrt-chinadns-ng icon indicating copy to clipboard operation
openwrt-chinadns-ng copied to clipboard

ChinaDNS Next Generation for OpenWrt, refactoring with epoll and ipset.

Results 5 openwrt-chinadns-ng issues
Sort by recently updated
recently updated
newest added

最近发现dns查询全走的代理,看了一下,周六自动更新的几个txt内容全部为: root@OpenWrt:/etc/chinadns-ng# cat chnroute.txt window.onload=function(){window.location.href="/lander"} 因为之前改了一下设置,没有代理openwrt本身,所以wget raw.github是可能无法正常更新的

https://github.com/pexcn/openwrt-chinadns-ng/pull/27, I'll handle with it when I have time.

``` #!/bin/sh -e [ -d /etc/chinadns-ng ] || mkdir /etc/chinadns-ng reload=0 for item in chnroute/chnroute chnroute/chnroute6 gfwlist/gfwlist chinalist/chinalist do file=${item##*/} localsize=`wc -c /etc/chinadns-ng/${file}.txt | awk '{print $1}'` remotesize=`curl -s -I...

enhancement