├── README.md ├── openclash_router_configs ├── README.md └── config.yaml └── windows_clash_configs ├── README.md ├── clash.bat └── config.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/createkk/openclash_router_configs/HEAD/README.md -------------------------------------------------------------------------------- /openclash_router_configs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/createkk/openclash_router_configs/HEAD/openclash_router_configs/README.md -------------------------------------------------------------------------------- /openclash_router_configs/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/createkk/openclash_router_configs/HEAD/openclash_router_configs/config.yaml -------------------------------------------------------------------------------- /windows_clash_configs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/createkk/openclash_router_configs/HEAD/windows_clash_configs/README.md -------------------------------------------------------------------------------- /windows_clash_configs/clash.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cd /d %~dp0 3 | .\clash.meta-windows-amd64.exe -d .\ -------------------------------------------------------------------------------- /windows_clash_configs/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/createkk/openclash_router_configs/HEAD/windows_clash_configs/config.yaml --------------------------------------------------------------------------------