URL Debugging wegen nichtaufnahme von Anfragen
All checks were successful
release-tag / release-image (push) Successful in 46s
All checks were successful
release-tag / release-image (push) Successful in 46s
This commit is contained in:
3
main.go
3
main.go
@@ -125,6 +125,9 @@ func IPv6ToPTR(ipv6 string) (string, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func handler(w http.ResponseWriter, r *http.Request) {
|
func handler(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
|
WriteLog("~", "Full-URL:", r.URL.String())
|
||||||
|
|
||||||
Dns := r.URL.Query().Get("DDNS")
|
Dns := r.URL.Query().Get("DDNS")
|
||||||
Ip := r.URL.Query().Get("IP")
|
Ip := r.URL.Query().Get("IP")
|
||||||
Ip6 := r.URL.Query().Get("IPv6")
|
Ip6 := r.URL.Query().Get("IPv6")
|
||||||
|
Reference in New Issue
Block a user