summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/6to4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/6to4.c b/src/6to4.c
index b66ef5cc..509be265 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)))