├── .github ├── dependabot.yml └── workflows │ └── run.yaml ├── README.md ├── geosite-dnsblock.srs └── run.py /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmby/sing-box-dns-filter/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/run.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmby/sing-box-dns-filter/HEAD/.github/workflows/run.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmby/sing-box-dns-filter/HEAD/README.md -------------------------------------------------------------------------------- /geosite-dnsblock.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmby/sing-box-dns-filter/HEAD/geosite-dnsblock.srs -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmby/sing-box-dns-filter/HEAD/run.py --------------------------------------------------------------------------------