├── .gitignore ├── Makefile ├── README.md ├── docker-compose.yml └── env.example /.gitignore: -------------------------------------------------------------------------------- 1 | conf 2 | .env 3 | 4 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rts-cn/xswitch-free/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rts-cn/xswitch-free/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rts-cn/xswitch-free/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rts-cn/xswitch-free/HEAD/env.example --------------------------------------------------------------------------------