mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 01:11:50 +02:00
Filter domains w/disallowed statuses from zone file generation MR
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147839827
This commit is contained in:
parent
a1537a51a9
commit
4a92d97a70
3 changed files with 18 additions and 6 deletions
|
@ -6,8 +6,6 @@ ns.bar.tld 3600 IN AAAA 0:0:0:0:0:0:0:1
|
|||
ns-only.tld 180 IN NS ns.foo.tld.
|
||||
ns-only.tld 180 IN NS ns.bar.tld.
|
||||
|
||||
ds-only.tld 86400 IN DS 1 2 3 000102
|
||||
|
||||
ns-and-ds.tld 180 IN NS ns.foo.tld.
|
||||
ns-and-ds.tld 180 IN NS ns.bar.tld.
|
||||
ns-and-ds.tld 86400 IN DS 1 2 3 000102
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue