Compare commits

...

3 Commits

Author SHA1 Message Date
charf1998
6ebaa67070
Merge 971cf0cebfa95f758c481a1b5f136e7c382c41f3 into cf025d63207b4a2872ba946dc32ab56b3f98053a 2024-02-04 15:41:21 +08:00
Innokenty Ivanov
cf025d6320
Update README.md - add note for public purpose (#3971)
Some people set servers in purpose to be accessed though public internet. This line removes some misconfiguration if they want publicly accessed server.
2024-02-04 15:41:09 +08:00
charf1998
971cf0cebf
Rename stale.yml to stale.xml 2024-01-29 20:03:04 +01:00
2 changed files with 2 additions and 0 deletions

View File

@ -534,6 +534,8 @@ webServer.password = "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:
```toml