gfwlist2dnsmasq_python:这是另一个使用gfwlist自动生成dnsmasq ipset规则的python脚本。 Shell脚本版本:https:github.comcokebargfwlist2dnsmasq

时间:2024-03-12 19:54:13
【文件属性】:

文件名称:gfwlist2dnsmasq_python:这是另一个使用gfwlist自动生成dnsmasq ipset规则的python脚本。 Shell脚本版本:https:github.comcokebargfwlist2dnsmasq

文件大小:11KB

文件格式:ZIP

更新时间:2024-03-12 19:54:13

dnsmasq gfwlist Python

通知:除非找到严重错误,否则将不再维护此存储库。 请改用Shell脚本版本: gfwlist2dnsmasq 介绍 只是另一个使用gfwlist自动生成dnsmasq ipset规则的脚本 通知:需要python2,请勿使用python3 GFWList由正则表达式组成,但是dnsmasq规则由域名组成。 因此,从GFWList到dnsmasq规则列表的转换不是等效的转换。 您可能需要添加其他规则或修改一些转换后的规则。 使用: 修改gfwlist2dnsmasq.py: 将此更改为您的DNS服务器IP和端口: mydnsip = '127.0.0.1' mydnsport = '5353' 将此更改为您的ipset名称: ipsetname = 'gfwlist' 保存规则文件的路径: rulefile = './dnsmasq_list.conf' 在此处添加您自


【文件预览】:
gfwlist2dnsmasq_python-master
----gfwlist2dnsmasq_noipset.py(3KB)
----LICENSE(18KB)
----README.md(1KB)
----gfwlist2dnsmasq.py(3KB)
----.gitignore(1KB)

网友评论