Make the example whitelist IP be legal

Currently the example whitelist IP is 1.1.1.1/24, which is illegal. Changed to
1.1.1.0/24, which is legal

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=191900036
This commit is contained in:
guyben 2018-04-06 09:45:09 -07:00 committed by Ben McIlwain
parent 6d5f7dc4a1
commit 7bf0b059a6

View file

@ -42,7 +42,7 @@
<label class="{css('setting-label')}">IP whitelist</label> <label class="{css('setting-label')}">IP whitelist</label>
<span class="{css('description')}">Restrict access to EPP <span class="{css('description')}">Restrict access to EPP
production servers to the following IP/IPv6 addresses, or production servers to the following IP/IPv6 addresses, or
ranges like 1.1.1.1/24</span> ranges like 1.1.1.0/24</span>
</td> </td>
<td class="{css('setting')}"> <td class="{css('setting')}">
<div class="{css('info')} {css('summary')}"> <div class="{css('info')} {css('summary')}">