From cf025d63207b4a2872ba946dc32ab56b3f98053a Mon Sep 17 00:00:00 2001 From: Innokenty Ivanov Date: Sun, 4 Feb 2024 16:41:09 +0900 Subject: [PATCH] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4bebb8ab..adf4e12e 100644 --- a/README.md +++ b/README.md @@ -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