mirror of
https://github.com/google/nomulus.git
synced 2025-05-04 05:57:51 +02:00
This also removes the related setting on the Registry entity. We never used either of these, and keeping them around in our codebase just adds complexity for no purpose. We already achieve the goals of this feature by restricting nameservers on entire TLDs and by registry-locking important domain names. This is also two fewer things we'll have to worry about carrying over to the new schema in Registry 3.0. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=243816241
12 lines
505 B
Text
12 lines
505 B
Text
# Example of a reserved list file. This is simply a CSV file with 2-3
|
|
# columns: sub-domain name and reservation type. See
|
|
# java/google/registry/model/registry/label/ReserverationType for the complete
|
|
# set of reservation types.
|
|
#
|
|
# These are manipulated using the "nomulus" tool
|
|
# {create,update,delete,list}_reserved_list commands.
|
|
sunrise,ALLOWED_IN_SUNRISE
|
|
specific,RESERVED_FOR_SPECIFIC_USE
|
|
anchor,RESERVED_FOR_ANCHOR_TENANT
|
|
collision,NAME_COLLISION
|
|
blocked,FULLY_BLOCKED # Comment after the line.
|