Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorMessageTooOld = errors.New("message timestamp is too old")
Functions ¶
This section is empty.
Types ¶
type DyndnsServer ¶
type DyndnsServer struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(config conf2.ServerConf, propagator dns.Propagator, requests chan common.UpdateRecordRequest, notifyImpl notification.Notification) (*DyndnsServer, error)
func (*DyndnsServer) HandlePropagateRequest ¶
func (server *DyndnsServer) HandlePropagateRequest(env common.UpdateRecordRequest) error
func (*DyndnsServer) Listen ¶
func (server *DyndnsServer) Listen()
Click to show internal directories.
Click to hide internal directories.