├── .github └── workflows │ └── auto-release.yml ├── Dockerfile ├── README.md └── entrypoint.sh /.github/workflows/auto-release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangsean/docker-frp/HEAD/.github/workflows/auto-release.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangsean/docker-frp/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangsean/docker-frp/HEAD/README.md -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangsean/docker-frp/HEAD/entrypoint.sh --------------------------------------------------------------------------------