Class DnsUpdateConfigModule
java.lang.Object
google.registry.dns.writer.dnsupdate.DnsUpdateConfigModule
Dagger module that provides DNS configuration settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Host that receives DNS updates from the registry.static org.joda.time.Duration
Timeout on the socket for DNS update requests.
-
Constructor Details
-
DnsUpdateConfigModule
public DnsUpdateConfigModule()
-
-
Method Details
-
provideDnsUpdateHost
Host that receives DNS updates from the registry. Usually a "hidden master" for the TLDs. -
provideDnsUpdateTimeout
@Provides @Config("dnsUpdateTimeout") public static org.joda.time.Duration provideDnsUpdateTimeout()Timeout on the socket for DNS update requests.
-