mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 01:17:14 +02:00
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:
parent
6d5f7dc4a1
commit
7bf0b059a6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
<label class="{css('setting-label')}">IP whitelist</label>
|
||||
<span class="{css('description')}">Restrict access to EPP
|
||||
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 class="{css('setting')}">
|
||||
<div class="{css('info')} {css('summary')}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue