1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

feat: add No-IP provider

This commit is contained in:
Timothy
2020-08-10 23:49:12 +08:00
parent 1ddd1dfb8b
commit a7c2b0a56e
12 changed files with 202 additions and 27 deletions

View File

@@ -49,7 +49,7 @@ func main() {
func dnsLoop() {
panicChan := make(chan godns.Domain)
log.Println("Creating DNS h with provider:", configuration.Provider)
log.Println("Creating DNS handler with provider:", configuration.Provider)
h := handler.CreateHandler(configuration.Provider)
h.SetConfiguration(&configuration)
for i := range configuration.Domains {