From 413ab50fc4588df48d5ca1b530cda73a5db55960 Mon Sep 17 00:00:00 2001 From: nikhen Date: Sun, 12 Sep 2021 12:28:25 +0200 Subject: [PATCH] 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",