1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/frp/README.md

22 lines
506 B
Markdown
Raw Normal View History

2017-11-02 12:19:07 +00:00
frp
===
[frp][1] is a fast reverse proxy to help you expose a local server behind a NAT
or firewall to the internet. Now, it supports tcp, udp, http and https protocol
when requests can be forwarded by domains to backward web services.
2017-11-09 09:49:37 +00:00
```yaml
frps:
image: vimagick/frp
ports:
- "7000:7000/tcp"
- "7000:7000/udp"
- "7500:7500/tcp"
- "127.0.0.1:20000-20099:20000-20099/tcp"
volumes:
- ./data/frps.ini:/opt/frp/frps.ini
restart: always
```
2017-11-02 12:19:07 +00:00
[1]: https://github.com/fatedier/frp