mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +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:
8
third_party/java/dnsjava/BUILD
vendored
Normal file
8
third_party/java/dnsjava/BUILD
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # BSD 2-Clause
|
||||
|
||||
java_library(
|
||||
name = "dnsjava",
|
||||
exports = ["@dnsjava//jar"],
|
||||
)
|
||||
Reference in New Issue
Block a user