mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 00:47:11 +02:00
Minor fixes to dnsupdate writer
This commit is contained in:
parent
1a0c282cf8
commit
030d6b92ab
8 changed files with 92 additions and 37 deletions
|
@ -41,9 +41,9 @@ public interface DnsWriter extends AutoCloseable {
|
|||
/**
|
||||
* Loads {@code hostName} from datastore and publishes its A/AAAA glue records to the DNS server.
|
||||
* Replaces existing records for the exact name supplied, with an A or AAAA record (as
|
||||
* appropriate) for each address stored in the registry, for the supplied host name. If the host is
|
||||
* deleted then the existing records are deleted. Assumes that this method will only be called for
|
||||
* in-bailiwick hosts. The registry does not have addresses for other hosts.
|
||||
* appropriate) for each address stored in the registry, for the supplied host name. If the host
|
||||
* is deleted then the existing records are deleted. Assumes that this method will only be called
|
||||
* for in-bailiwick hosts. The registry does not have addresses for other hosts.
|
||||
*
|
||||
* @param hostName the fully qualified host name, with no trailing dot
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue