frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.Now, it supports tcp, http and https protocol when requests can be forwarded by domains to backward web services.
frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.Now, it supports tcp, http and https protocol when requests can be forwarded by domains to backward web services.
## Catalog
## Catalog
@ -37,9 +37,9 @@ frp is a fast reverse proxy to help you expose a local server behind a NAT or fi
## Status
## Status
frp is under development and you can try it with latest release version.Master branch for releasing stable version when dev branch for developing.
frp is under development and you can try it with latest release version.Master branch for releasing stable version when dev branch for developing.
**We may change any protocol and can't promise backward compatible.Please check the release log when upgrading.**
**We may change any protocol and can't promise backward compatible.Please check the release log when upgrading.**
## Architecture
## Architecture
@ -149,9 +149,12 @@ Configure a port for dashboard to enable this feature:
```ini
```ini
[common]
[common]
dashboard_port = 7500
dashboard_port = 7500
# dashboard's username and password are both optional,if not set, default is admin.
dashboard_username = abc
dashboard_password = abc
```
```
Then visit `http://[server_addr]:7500` to see dashboard.
Then visit `http://[server_addr]:7500` to see dashboard, default username and password are both `admin`.