├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── frps.init ├── generate-certs.sh └── install-frps.sh /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvscode/frps-onekey/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvscode/frps-onekey/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvscode/frps-onekey/HEAD/README.md -------------------------------------------------------------------------------- /frps.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvscode/frps-onekey/HEAD/frps.init -------------------------------------------------------------------------------- /generate-certs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvscode/frps-onekey/HEAD/generate-certs.sh -------------------------------------------------------------------------------- /install-frps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvscode/frps-onekey/HEAD/install-frps.sh --------------------------------------------------------------------------------