You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-8Lines changed: 36 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,13 @@ This library implemented a transparent port service multiplexer, which can be us
30
30
31
31
Note that nginx [stream module](https://nginx.org/en/docs/stream/ngx_stream_core_module.html) and [stream-lua-nginx-module](https://github.com/openresty/stream-lua-nginx-module) is required.
32
32
33
-
Also a customed [patch](patches/stream-lua-readpartial.patch) from [@fcicq](https://github.com/fcicq) is needed. The origin discussion can be found [here](https://github.com/fffonion/lua-resty-sniproxy/issues/1).
33
+
Tested on Openresty >= 1.13.6.1.
34
34
35
-
Tested on Openresty 1.13.6.1.
35
+
With OpenResty 1.13.6.1, a customed [patch](patches/stream-lua-readpartial.patch) from [@fcicq](https://github.com/fcicq) is needed. The origin discussion can be found [here](https://github.com/fffonion/lua-resty-sniproxy/issues/1). And native
36
+
proxying is not supported as `reqsock:peek` is missing.
37
+
38
+
Starting OpenResty 1.15.8.1, only native proxying is supported and no patch is needed. Lua land proxying will be
39
+
possible when stream-lua-nginx-module implemented `tcpsock:receiveany`.
0 commit comments