From e1b36a234cbbcb788b420505ff5be35695cee8e1 Mon Sep 17 00:00:00 2001 From: Vincent Riou Date: Fri, 23 Mar 2018 14:57:16 +0000 Subject: [PATCH] lighttpd: add mod-wstunnel Exposes the mod-wstunnel plugin which implements websocket proxying over http Signed-off-by: Vincent Riou --- net/lighttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 03ea1fcd7..5407fb603 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -185,4 +185,4 @@ $(eval $(call BuildPlugin,status,Server status display,,30)) $(eval $(call BuildPlugin,userdir,User directory,,30)) $(eval $(call BuildPlugin,usertrack,User tracking,,30)) $(eval $(call BuildPlugin,webdav,WebDAV,+PACKAGE_lighttpd-mod-webdav:libsqlite3 +PACKAGE_lighttpd-mod-webdav:libuuid +PACKAGE_lighttpd-mod-webdav:libxml2,30)) - +$(eval $(call BuildPlugin,wstunnel,Websocket tunneling,,30))