diff --git a/main.go b/main.go index eb9c858..9c54f85 100644 --- a/main.go +++ b/main.go @@ -64,6 +64,8 @@ func (a *App) handler(w http.ResponseWriter, r *http.Request) { return } + log.Printf("updated to v4:%s v6:%s", v4, v6) + w.WriteHeader(http.StatusOK) fmt.Fprintf(w, "updated")