From c1880bd3ffa1ce8f770af2ab66200ad8dc464f90 Mon Sep 17 00:00:00 2001 From: nikhen Date: Sat, 11 Sep 2021 17:21:32 +0200 Subject: [PATCH 1/2] 1.1.1.1 used as a placeholder, despite being real external website/address #686 --- frontend/js/i18n/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/i18n/messages.json b/frontend/js/i18n/messages.json index 9feb82d2..c106b3a5 100644 --- a/frontend/js/i18n/messages.json +++ b/frontend/js/i18n/messages.json @@ -130,7 +130,7 @@ "access-list": "Access List", "allow-websocket-upgrade": "Websockets Support", "ignore-invalid-upstream-ssl": "Ignore Invalid SSL", - "custom-forward-host-help": "Use 1.1.1.1/path for sub-folder forwarding" + "custom-forward-host-help": "Add a path for sub-folder forwarding.\nExample: 0.0.0.0/path" }, "redirection-hosts": { "title": "Redirection Hosts", From 413ab50fc4588df48d5ca1b530cda73a5db55960 Mon Sep 17 00:00:00 2001 From: nikhen Date: Sun, 12 Sep 2021 12:28:25 +0200 Subject: [PATCH 2/2] Change example IP: 0.0.0.0 -> 203.0.113.25 --- frontend/js/i18n/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/i18n/messages.json b/frontend/js/i18n/messages.json index c106b3a5..1e00ef7c 100644 --- a/frontend/js/i18n/messages.json +++ b/frontend/js/i18n/messages.json @@ -130,7 +130,7 @@ "access-list": "Access List", "allow-websocket-upgrade": "Websockets Support", "ignore-invalid-upstream-ssl": "Ignore Invalid SSL", - "custom-forward-host-help": "Add a path for sub-folder forwarding.\nExample: 0.0.0.0/path" + "custom-forward-host-help": "Add a path for sub-folder forwarding.\nExample: 203.0.113.25/path" }, "redirection-hosts": { "title": "Redirection Hosts",