加上L大最新版的OpenWRT中已经支持自定义的gfwlist了,之前还考虑写一篇如何在OpenWRT中修改gfwlist源,现在直接直接放出我自己的gfwlist,并且命名为GFWLIST-PLUS。 有兴趣的朋友可以去github那里加个星和Forwork一下。
Wllmw/GFWListPlus Wllmw/GFWListPlusPublic Notifications Fork2 Star4 master 1Branch Tags Code GFWListPlus A patch for GFWList Releases No releases published Packages No packages published Contributors2
bash gfwlist2privoxy 127.0.0.1:1080,注意将127.0.0.1:1080替换为你的 socks5 地址 mv -f gfwlist.action /etc/privoxy/,将 gfwlist.action 移动到 privoxy 配置文件目录 echo 'actionsfile gfwlist.action' >>/etc/privoxy/config,应用 gfwlist.action 配置文件 systemctl restart privoxy.service,重启 privoxy...
uci:get_first('shadowsocksr', 'global', 'gfwlist_url', 'https://cdn.jsdelivr.net/gh/gfwlist/gfwlist/gfwlist.txt') .. ' > /tmp/gfw.b64' sret = luci.sys.call(refresh_cmd .. " 2>/dev/null") if sret == 0 then luci.sys.call("/usr/bin/ssr-gfw") icount=luci.sys.exec(...
由于macOS 的命令行参数与 Linux 命令行参数部分不一致,macOS 用户请使用 gfwlist2privoxy-mac-zsh 代替gfwlist2privoxy。使用 zsh 能得到更好的提示效果。-- c-rainstorm 现使用 Perl5 替代 sed、grep 等正则处理工具,应该不存在所谓参数不一致问题了,请先尝试 gfwlist2privoxy。-- zfl9...