├── .github └── workflows │ └── main.yml ├── gfwlist2adguardhome ├── blacklist_full.txt ├── blacklist_full_combine.txt ├── blacklist_lite.txt ├── blacklist_lite_combine.txt ├── whitelist_full.txt ├── whitelist_full_combine.txt ├── whitelist_lite.txt └── whitelist_lite_combine.txt ├── gfwlist2adguardhome_new ├── blacklist_full.txt ├── blacklist_full_combine.txt ├── blacklist_lite.txt ├── blacklist_lite_combine.txt ├── whitelist_full.txt ├── whitelist_full_combine.txt ├── whitelist_lite.txt └── whitelist_lite_combine.txt ├── gfwlist2bind9 ├── blacklist_full.conf ├── blacklist_lite.conf ├── whitelist_full.conf └── whitelist_lite.conf ├── gfwlist2dnsmasq ├── blacklist_full.conf ├── blacklist_lite.conf ├── whitelist_full.conf └── whitelist_lite.conf ├── gfwlist2domain ├── blacklist_full.txt ├── blacklist_lite.txt ├── whitelist_full.txt └── whitelist_lite.txt ├── gfwlist2smartdns ├── blacklist_full.conf ├── blacklist_lite.conf ├── whitelist_full.conf └── whitelist_lite.conf └── gfwlist2unbound ├── blacklist_full.conf ├── blacklist_lite.conf ├── whitelist_full.conf └── whitelist_lite.conf /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /gfwlist2adguardhome/blacklist_full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome/blacklist_full.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome/blacklist_full_combine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome/blacklist_full_combine.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome/blacklist_lite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome/blacklist_lite.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome/blacklist_lite_combine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome/blacklist_lite_combine.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome/whitelist_full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome/whitelist_full.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome/whitelist_full_combine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome/whitelist_full_combine.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome/whitelist_lite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome/whitelist_lite.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome/whitelist_lite_combine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome/whitelist_lite_combine.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome_new/blacklist_full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome_new/blacklist_full.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome_new/blacklist_full_combine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome_new/blacklist_full_combine.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome_new/blacklist_lite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome_new/blacklist_lite.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome_new/blacklist_lite_combine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome_new/blacklist_lite_combine.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome_new/whitelist_full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome_new/whitelist_full.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome_new/whitelist_full_combine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome_new/whitelist_full_combine.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome_new/whitelist_lite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome_new/whitelist_lite.txt -------------------------------------------------------------------------------- /gfwlist2adguardhome_new/whitelist_lite_combine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2adguardhome_new/whitelist_lite_combine.txt -------------------------------------------------------------------------------- /gfwlist2bind9/blacklist_full.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2bind9/blacklist_full.conf -------------------------------------------------------------------------------- /gfwlist2bind9/blacklist_lite.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2bind9/blacklist_lite.conf -------------------------------------------------------------------------------- /gfwlist2bind9/whitelist_full.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2bind9/whitelist_full.conf -------------------------------------------------------------------------------- /gfwlist2bind9/whitelist_lite.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2bind9/whitelist_lite.conf -------------------------------------------------------------------------------- /gfwlist2dnsmasq/blacklist_full.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2dnsmasq/blacklist_full.conf -------------------------------------------------------------------------------- /gfwlist2dnsmasq/blacklist_lite.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2dnsmasq/blacklist_lite.conf -------------------------------------------------------------------------------- /gfwlist2dnsmasq/whitelist_full.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2dnsmasq/whitelist_full.conf -------------------------------------------------------------------------------- /gfwlist2dnsmasq/whitelist_lite.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2dnsmasq/whitelist_lite.conf -------------------------------------------------------------------------------- /gfwlist2domain/blacklist_full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2domain/blacklist_full.txt -------------------------------------------------------------------------------- /gfwlist2domain/blacklist_lite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2domain/blacklist_lite.txt -------------------------------------------------------------------------------- /gfwlist2domain/whitelist_full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2domain/whitelist_full.txt -------------------------------------------------------------------------------- /gfwlist2domain/whitelist_lite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2domain/whitelist_lite.txt -------------------------------------------------------------------------------- /gfwlist2smartdns/blacklist_full.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2smartdns/blacklist_full.conf -------------------------------------------------------------------------------- /gfwlist2smartdns/blacklist_lite.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2smartdns/blacklist_lite.conf -------------------------------------------------------------------------------- /gfwlist2smartdns/whitelist_full.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2smartdns/whitelist_full.conf -------------------------------------------------------------------------------- /gfwlist2smartdns/whitelist_lite.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2smartdns/whitelist_lite.conf -------------------------------------------------------------------------------- /gfwlist2unbound/blacklist_full.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2unbound/blacklist_full.conf -------------------------------------------------------------------------------- /gfwlist2unbound/blacklist_lite.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2unbound/blacklist_lite.conf -------------------------------------------------------------------------------- /gfwlist2unbound/whitelist_full.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2unbound/whitelist_full.conf -------------------------------------------------------------------------------- /gfwlist2unbound/whitelist_lite.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hezhijie0327/GFWList2AGH/HEAD/gfwlist2unbound/whitelist_lite.conf --------------------------------------------------------------------------------