diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2012-07-21 13:46:50 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2012-07-21 13:46:50 +0200 |
| commit | 05c3c7c264b6fa11a862dba223901f08757ac86d (patch) | |
| tree | 659327878abf3c5882f3a1844acbc35c152f584f /etc/functions | |
| parent | 47033882c6950a9944ee35c8c60fa67eb8751dd9 (diff) | |
myip: use ifconfig.me
Diffstat (limited to 'etc/functions')
| -rw-r--r-- | etc/functions/myip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/functions/myip b/etc/functions/myip index 0775c45..d823e71 100644 --- a/etc/functions/myip +++ b/etc/functions/myip @@ -6,4 +6,5 @@ else fi -curl https://derf.homelinux.org/cgi-bin/clientinfo/ip.cgi +curl http://ifconfig.me/ip +curl http://ifconfig.me/host |
