From: gregor herrmann Date: Wed, 2 Apr 2014 17:25:16 +0000 (+0200) Subject: more on IP autodetection X-Git-Tag: 0.0.2~14 X-Git-Url: https://git.toastfreeware.priv.at/toast/tdyndns.git/commitdiff_plain/879bf3ffc48224345608d745b75b95e93ecec617 more on IP autodetection --- diff --git a/doc/todo.txt b/doc/todo.txt index 62a86ba..d9da8fc 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -24,3 +24,18 @@ request ja nur einer ist. interessanterweise schafft das https://nsupdate.info/ (mit python, django und ajax). + + bei http://wtfismyip.com/ gehts auch. da ist javascript involviert: + https://ipv4.wtfismyip.com/js https://ipv6.wtfismyip.com/js + auch nicht ideal (fuer clients, die kein JS ausfuehren). und braucht wohl + je einen ipvN-only host. + + und dann gibts noch http://test-ipv6.com/source.html --> + https://code.google.com/p/falling-sky/ (auch javascript). + + und http://ipv6-test.com/api/ -> + http://ipv6-test.com/api/widget.php?domain=referer (javascript, + interessant unter dem jquery-teil). + + na gut, fuer skripts wuerd auch REMOTE_ADDR and "wget -4"/"wget -6" + reichen ...