Hello!

 I have been wanting to switch the status URL to point to a server
that I have setup and have applied the following patch to my connman
(1.27):

diff --git a/src/wispr.c b/src/wispr.c
index ef4bdab..9480cab 100644
--- a/src/wispr.c
+++ b/src/wispr.c
@@ -30,7 +30,7 @@

 #include "connman.h"

-#define STATUS_URL_IPV4  "http://ipv4.connman.net/online/status.html";
+#define STATUS_URL_IPV4  "http://foo.bar.com/status.html";
 #define STATUS_URL_IPV6  "http://ipv6.connman.net/online/status.html";

 struct connman_wispr_message {

I assumed that this would be the only thing required to make this
happen, however none of my networks actually go online. I have
confirmed that I can wget the status file once the network goes to
ready but unsure why connman is failing to do the same. Am I missing
something?


Thanks,

 Ernast
_______________________________________________
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman

Reply via email to