mirror of
https://github.com/google/nomulus
synced 2026-01-11 08:20:27 +00: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:
@@ -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')}">
|
||||
|
||||
Reference in New Issue
Block a user