lighttpd: add mod-wstunnel
authorVincent Riou <redacted>
Fri, 23 Mar 2018 14:54:11 +0000 (14:54 +0000)
committerVincent Riou <redacted>
Fri, 23 Mar 2018 14:54:11 +0000 (14:54 +0000)
Exposes the mod-wstunnel plugin which implements websocket proxying over http

Signed-off-by: Vincent Riou <redacted>
net/lighttpd/Makefile

index fc22b1b980741e066746eeb13f4dd3a0890ddc19..915adfcf5b75426ecdce6817674faa9d1e0f90fd 100644 (file)
@@ -237,4 +237,4 @@ $(eval $(call BuildPlugin,trigger_b4_dl,Trigger before download,+PACKAGE_lighttp
 $(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))
git clone https://git.99rst.org/PROJECT