Update README.md

This commit is contained in:
2018-11-01 01:20:07 +08:00
parent 0f34c39bb1
commit f96886b3d0

View File

@ -1,3 +1,13 @@
# gectunnel
2018 金象盃內網環境反向代理
2018 金象盃內網環境反向代理
## Usage
```bash
sudo docker run --device=/dev/ppp \
--cap-add=NET_ADMIN \
--restart=always \
-p 55355:22 pinlin/gectunnel
```