mirror of
https://github.com/google/nomulus.git
synced 2025-05-04 05:57:51 +02:00
* 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
8 lines
164 B
Text
8 lines
164 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # BSD 2-Clause
|
|
|
|
java_library(
|
|
name = "dnsjava",
|
|
exports = ["@dnsjava//jar"],
|
|
)
|