mirror of
https://github.com/fatedier/frp.git
synced 2025-05-13 18:58:26 +00:00
Compare commits
3 Commits
17b23992c2
...
6ebaa67070
Author | SHA1 | Date | |
---|---|---|---|
|
6ebaa67070 | ||
|
cf025d6320 | ||
|
971cf0cebf |
@ -534,6 +534,8 @@ webServer.password = "admin"
|
|||||||
|
|
||||||
Then visit `http://[serverAddr]:7500` to see the dashboard, with username and password both being `admin`.
|
Then visit `http://[serverAddr]:7500` to see the dashboard, with username and password both being `admin`.
|
||||||
|
|
||||||
|
Note that if you want your server to be accessed from public networks, then also add `webServer.addr = "0.0.0.0"` line. For security reasons (credits [#3709](https://github.com/fatedier/frp/issues/3709)), value `127.0.0.1` is used by default.
|
||||||
|
|
||||||
Additionally, you can use HTTPS port by using your domains wildcard or normal SSL certificate:
|
Additionally, you can use HTTPS port by using your domains wildcard or normal SSL certificate:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user