From 06c41a34ab2b7906c34f80095648590f324acb8b Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Thu, 18 May 2023 14:53:41 +0300 Subject: [PATCH] Fix ConfigureIPFilter.ascx --- .../Server/Document/ConfigureIPFilter/ConfigureIPFilter.ascx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Web/Controls/Help/Server/Document/ConfigureIPFilter/ConfigureIPFilter.ascx b/Web/Controls/Help/Server/Document/ConfigureIPFilter/ConfigureIPFilter.ascx index 57aefb8df..bd3efe544 100644 --- a/Web/Controls/Help/Server/Document/ConfigureIPFilter/ConfigureIPFilter.ascx +++ b/Web/Controls/Help/Server/Document/ConfigureIPFilter/ConfigureIPFilter.ascx @@ -26,7 +26,7 @@
"ipfilter": {
        "rules": [
          {
-           "address": "162.243.205.250",
+           "address": "ip_address",
            "allowed": true
          },
          {
@@ -38,7 +38,8 @@
        "errorcode": 403
      }
 
-

A rule consists of two parts: the host name and the allowed rule itself which has the true of false value. By default, one rule exists: address * allowed true.

+
If you change the parameters in the default.json file, all the changes will be lost after the ONLYOFFICE Docs update or Docker container restart. To ensure that your changes persist after the update, please edit the /etc/onlyoffice/documentserver/local.json file preserving the structure.
+

A rule consists of two parts: the host name and the allowed rule itself which has the true of false value. By default, one rule exists: address * allowed true.

An address can be specified in the following ways: