├── .github └── workflows │ ├── abpindo.yml │ ├── adaway.yml │ └── oisd.yml ├── README.md ├── abpindo.yaml ├── adaway.yaml ├── oisd_big.yaml ├── oisd_big_passwall.txt └── oisd_small.yaml /.github/workflows/abpindo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hillz2/openclash_adblock/HEAD/.github/workflows/abpindo.yml -------------------------------------------------------------------------------- /.github/workflows/adaway.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hillz2/openclash_adblock/HEAD/.github/workflows/adaway.yml -------------------------------------------------------------------------------- /.github/workflows/oisd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hillz2/openclash_adblock/HEAD/.github/workflows/oisd.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hillz2/openclash_adblock/HEAD/README.md -------------------------------------------------------------------------------- /abpindo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hillz2/openclash_adblock/HEAD/abpindo.yaml -------------------------------------------------------------------------------- /adaway.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hillz2/openclash_adblock/HEAD/adaway.yaml -------------------------------------------------------------------------------- /oisd_big.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hillz2/openclash_adblock/HEAD/oisd_big.yaml -------------------------------------------------------------------------------- /oisd_big_passwall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hillz2/openclash_adblock/HEAD/oisd_big_passwall.txt -------------------------------------------------------------------------------- /oisd_small.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hillz2/openclash_adblock/HEAD/oisd_small.yaml --------------------------------------------------------------------------------