This website requires JavaScript.
Explore
Help
Sign In
d
/
docker-frp
Watch
1
Star
0
Fork
0
You've already forked docker-frp
Code
Issues
Pull Requests
Releases
Wiki
Activity
69a352d688
docker-frp
/
run.sh
10 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
initial commit
2020-07-09 07:47:27 +00:00
#!/bin/sh
fix path
2020-07-09 07:59:42 +00:00
cd
/opt/frp
initial commit
2020-07-09 07:47:27 +00:00
if
[
-z
$SERVER
]
;
then
Update 'run.sh'
2020-07-09 08:03:01 +00:00
./frpc -c ./frpc.ini
initial commit
2020-07-09 07:47:27 +00:00
else
Update 'run.sh'
2020-07-09 08:03:01 +00:00
./frps -c ./frps.ini
initial commit
2020-07-09 07:47:27 +00:00
fi
Reference in New Issue
Copy Permalink