├── Docker ├── Demo.gif ├── dockerfile ├── frpc └── start.sh ├── LICENSE ├── Linux ├── Demo_Linux.gif ├── frpc └── start.sh ├── README.md └── Windows ├── Start-Frpc.bat ├── config ├── frpc ├── frpc.log └── frpc_windows_amd64.exe ├── main.ps1 ├── nc ├── README ├── doexec.c ├── generic.h ├── getopt.c ├── getopt.h ├── hobbit.txt ├── license.txt ├── makefile ├── makewin.cmd ├── nc.exe ├── netcat.c ├── readme.rodneybeede.txt └── readme.txt └── ps1_demo.gif /Docker/Demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Docker/Demo.gif -------------------------------------------------------------------------------- /Docker/dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Docker/dockerfile -------------------------------------------------------------------------------- /Docker/frpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Docker/frpc -------------------------------------------------------------------------------- /Docker/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Docker/start.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/LICENSE -------------------------------------------------------------------------------- /Linux/Demo_Linux.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Linux/Demo_Linux.gif -------------------------------------------------------------------------------- /Linux/frpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Linux/frpc -------------------------------------------------------------------------------- /Linux/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Linux/start.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/README.md -------------------------------------------------------------------------------- /Windows/Start-Frpc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/Start-Frpc.bat -------------------------------------------------------------------------------- /Windows/config: -------------------------------------------------------------------------------- 1 | key:id -------------------------------------------------------------------------------- /Windows/frpc/frpc.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Windows/frpc/frpc_windows_amd64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/frpc/frpc_windows_amd64.exe -------------------------------------------------------------------------------- /Windows/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/main.ps1 -------------------------------------------------------------------------------- /Windows/nc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/README -------------------------------------------------------------------------------- /Windows/nc/doexec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/doexec.c -------------------------------------------------------------------------------- /Windows/nc/generic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/generic.h -------------------------------------------------------------------------------- /Windows/nc/getopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/getopt.c -------------------------------------------------------------------------------- /Windows/nc/getopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/getopt.h -------------------------------------------------------------------------------- /Windows/nc/hobbit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/hobbit.txt -------------------------------------------------------------------------------- /Windows/nc/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/license.txt -------------------------------------------------------------------------------- /Windows/nc/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/makefile -------------------------------------------------------------------------------- /Windows/nc/makewin.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/makewin.cmd -------------------------------------------------------------------------------- /Windows/nc/nc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/nc.exe -------------------------------------------------------------------------------- /Windows/nc/netcat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/netcat.c -------------------------------------------------------------------------------- /Windows/nc/readme.rodneybeede.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/readme.rodneybeede.txt -------------------------------------------------------------------------------- /Windows/nc/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/nc/readme.txt -------------------------------------------------------------------------------- /Windows/ps1_demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProbiusOfficial/frp-R3shell/HEAD/Windows/ps1_demo.gif --------------------------------------------------------------------------------