diff --git a/src/http.c b/src/http.c index 3b676943..c57392cd 100644 --- a/src/http.c +++ b/src/http.c @@ -716,6 +716,11 @@ int tf_http_listen(tf_http_t* http, int port, bool local_only, tf_tls_context_t* if (r == 0) { + if (tf_util_is_mobile()) + { + local_only = false; + } + #if defined(__HAIKU__) /* ** Binding to IPv6 here fails with an odd error, and the socket