From 39f7bbac46d4f6198317ea03063e6577cad8467b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 13 Sep 2011 11:34:44 +0200 Subject: [PATCH] 6to4: Use ConnMan status URL for checking connectivity --- src/6to4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/6to4.c b/src/6to4.c index b66ef5c..509be26 100644 --- a/src/6to4.c +++ b/src/6to4.c @@ -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))) -- 2.7.4