Documentation ¶
Index ¶
Constants ¶
View Source
const ( ChallengeTtl = 120 MaxUpdatesPerRequest = 10 // not really a secret, published for client compatibility, not enforced TsigSecret = "ipL40QrEy8cSwmP6OqCihGlYNmE=" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RecordGenerator ¶
type RecordGenerator struct { Addrs []net.IP SelfChallengeTarget string ChallengeStore ttlstore.TtlStore }
func (*RecordGenerator) GenerateRecords ¶
type UpdateHandler ¶
func (*UpdateHandler) HandleUpdate ¶
func (h *UpdateHandler) HandleUpdate(w dns.ResponseWriter, req *dns.Msg, zone string)
adheres loosely to [rfc 2136](https://datatracker.ietf.org/doc/html/rfc2136)
Click to show internal directories.
Click to hide internal directories.