mirror of
https://github.com/google/nomulus.git
synced 2025-05-05 06:27:51 +02:00
Remove the GoogleInternal designator on the premium/reserved list tests, move the lists themselves under the config/files directory, and fix all of the surrounding infrastructure. The lists do not get exported. Only the "example.txt" list does, allowing the test to function on the open source build. TESTED: Verified that the gradle build works and that only the example.txt file is exported. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=229940659
14 lines
661 B
Text
14 lines
661 B
Text
# Example of a reserved list file. This is simply a CSV file with 2-3
|
|
# columns: sub-domain name and reservation type and (in the case of the
|
|
# NAMESERVER_RESTRICTED type) a colon-separated list of nameservers. 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.
|
|
nsrestric,NAMESERVER_RESTRICTED,foo.example.com:bar.example.com
|
|
sunrise,ALLOWED_IN_SUNRISE
|
|
specific,RESERVED_FOR_SPECIFIC_USE
|
|
anchor,RESERVED_FOR_ANCHOR_TENANT
|
|
collision,NAME_COLLISION
|
|
blocked,FULLY_BLOCKED # Comment after the line.
|