ubus: add option to not authenticate ubus requests
[project/uhttpd.git] / uhttpd.h
index c4afee8..d6b6985 100644 (file)
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -66,6 +66,7 @@ struct config {
        int max_connections;
        int http_keepalive;
        int script_timeout;
+       int ubus_noauth;
 };
 
 struct auth_realm {