├── .github └── workflows │ └── main.yaml ├── 20M.bin ├── 5M.txt ├── README.md ├── proxies.yaml └── stars.svg /.github/workflows/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PuddinCat/BestClash/HEAD/.github/workflows/main.yaml -------------------------------------------------------------------------------- /20M.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PuddinCat/BestClash/HEAD/20M.bin -------------------------------------------------------------------------------- /5M.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PuddinCat/BestClash/HEAD/5M.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PuddinCat/BestClash/HEAD/README.md -------------------------------------------------------------------------------- /proxies.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PuddinCat/BestClash/HEAD/proxies.yaml -------------------------------------------------------------------------------- /stars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PuddinCat/BestClash/HEAD/stars.svg --------------------------------------------------------------------------------