6to4: Use ConnMan status URL for checking connectivity
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 13 Sep 2011 09:34:44 +0000 (11:34 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 13 Sep 2011 09:34:44 +0000 (11:34 +0200)
src/6to4.c

index b66ef5c..509be26 100644 (file)
@@ -49,7 +49,7 @@ static char *tunnel_ip_address;
 static GWeb *web;
 static guint web_request_id;
 
-#define STATUS_URL "http://ipv6.google.com/"
+#define STATUS_URL "http://ipv6.connman.net/online/status.html"
 
 #define NLMSG_TAIL(nmsg) \
        ((struct rtattr *) (((void *)(nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len)))