mirror of
https://github.com/google/nomulus
synced 2026-01-08 15:21:46 +00:00
Adds DnsWriter that implements DNS UPDATE protocol
* DnsUpdateWriter publishes changes to NS, DS, A, AAAA records for domains/hosts as appropriate using RFC 2136 DNS UPDATE protocol * Static configuration separate from RegistryConfig * Include dnsjava library as new third party dependency to generate DNS protocol messages * Expose /_dr/task/writeDns in RegistryTestServer * Currently not included in BackendComponent
This commit is contained in:
@@ -16,6 +16,7 @@ java_library(
|
||||
"//java/com/google/domain/registry/cron",
|
||||
"//java/com/google/domain/registry/dns",
|
||||
"//java/com/google/domain/registry/dns/writer/api",
|
||||
"//java/com/google/domain/registry/dns/writer/dnsupdate",
|
||||
"//java/com/google/domain/registry/export",
|
||||
"//java/com/google/domain/registry/export/sheet",
|
||||
"//java/com/google/domain/registry/flows",
|
||||
|
||||
Reference in New Issue
Block a user