Fix ConfigureIPFilter.ascx

This commit is contained in:
Svetlana Maleeva 2023-05-18 14:53:41 +03:00
parent 1420930939
commit 06c41a34ab

View File

@ -26,7 +26,7 @@
<pre><code>"ipfilter": { <pre><code>"ipfilter": {
"rules": [ "rules": [
{ {
"address": "162.243.205.250", "address": "ip_address",
"allowed": true "allowed": true
}, },
{ {
@ -38,7 +38,8 @@
"errorcode": 403 "errorcode": 403
} }
</code></pre> </code></pre>
<p>A rule consists of two parts: the host name and the <code>allowed</code> rule itself which has the <code>true</code> of <code>false</code> value. By default, one rule exists: <code>address * allowed true</code>.</p> <div class="notehelp">If you change the parameters in the <code>default.json</code> 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 <code>/etc/onlyoffice/documentserver/local.json</code> file preserving the structure.</div>
<p>A rule consists of two parts: the host name and the <code>allowed</code> rule itself which has the <code>true</code> of <code>false</code> value. By default, one rule exists: <code>address * allowed true</code>.</p>
<p>An address can be specified in the following ways:</p> <p>An address can be specified in the following ways:</p>
<ul> <ul>
<li>An IP address in the <code>X.X.X.X</code> format for ipv4.</li> <li>An IP address in the <code>X.X.X.X</code> format for ipv4.</li>