google-nomulus/java/google/registry/dns
Lai Jiang c3e8ff7b21 Prevent orphan glue records from being published
When a domain refreshes, always delete all of its subordinate host
records and then add glue records for its in-bailiwick nameservers, if
the domain is in a publishable status. When a host refreshes, delete
its glue record (if any) and then refresh its superordinate domain. The
goal is to prevent A/AAAA records for hosts that are not used as
in-bailiwick nameservers from being published in the DNS.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=128354008
2016-08-02 19:07:18 -04:00
..
writer Prevent orphan glue records from being published 2016-08-02 19:07:18 -04:00
BUILD Change value type class to @AutoValue to fix errorprone warning 2016-07-21 14:54:42 -04:00
DnsConstants.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DnsModule.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DnsQueue.java Remove old DNS queue processing code. 2016-07-21 14:55:18 -04:00
PublishDnsUpdatesAction.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
ReadDnsQueueAction.java Remove old DNS queue processing code. 2016-07-21 14:55:18 -04:00
RefreshDnsAction.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00