This commit is contained in:
Zhang Huangbin 2017-04-21 00:00:54 +08:00
parent 08156217eb
commit 29419aaa83
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ ALLOWED_FORGED_SENDERS = ['user@example.com']
```
* To bypass sender IP address or network, for example, `192.168.0.1` and
`192.168.1.0/24', please add setting in `/opt/iredapd/settings.py` like below:
`192.168.1.0/24`, please add setting in `/opt/iredapd/settings.py` like below:
```
MYNETWORKS = ['192.168.0.1', '192.168.1.0/24']

View File

@ -66,7 +66,7 @@ device like printer, fax, we can also its IP address directly.</p>
<ul>
<li>To bypass sender IP address or network, for example, <code>192.168.0.1</code> and
<code>192.168.1.0/24', please add setting in</code>/opt/iredapd/settings.py` like below:</li>
<code>192.168.1.0/24</code>, please add setting in <code>/opt/iredapd/settings.py</code> like below:</li>
</ul>
<pre><code>MYNETWORKS = ['192.168.0.1', '192.168.1.0/24']
</code></pre>