├── .gitignore ├── LICENSE ├── README.md ├── gfwlist2dnsmasq.py └── gfwlist2dnsmasq_noipset.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cokebar/gfwlist2dnsmasq_python/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cokebar/gfwlist2dnsmasq_python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cokebar/gfwlist2dnsmasq_python/HEAD/README.md -------------------------------------------------------------------------------- /gfwlist2dnsmasq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cokebar/gfwlist2dnsmasq_python/HEAD/gfwlist2dnsmasq.py -------------------------------------------------------------------------------- /gfwlist2dnsmasq_noipset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cokebar/gfwlist2dnsmasq_python/HEAD/gfwlist2dnsmasq_noipset.py --------------------------------------------------------------------------------