URL Debugging wegen nichtaufnahme von Anfragen
All checks were successful
release-tag / release-image (push) Successful in 46s

This commit is contained in:
2025-01-20 20:34:20 +01:00
parent 5b7b877474
commit 5aaaf7e4f0

View File

@@ -125,6 +125,9 @@ func IPv6ToPTR(ipv6 string) (string, error) {
}
func handler(w http.ResponseWriter, r *http.Request) {
WriteLog("~", "Full-URL:", r.URL.String())
Dns := r.URL.Query().Get("DDNS")
Ip := r.URL.Query().Get("IP")
Ip6 := r.URL.Query().Get("IPv6")