fffonion / lua-resty-sniproxy

SNI Proxy based on stream-lua-nginx-module
https://yooooo.us/2016/lua-resty-sniproxy
83 stars 18 forks source link

how to proxy_pass pg and mysql by use one port? #7

Open H-TWINKLE opened 1 month ago

H-TWINKLE commented 1 month ago

this project is very good! and can i use it to proxy_pass pg and mysql by use one port?

fffonion commented 1 month ago

@H-TWINKLE you can use this https://github.com/fffonion/lua-resty-multiplexer and implment protocol matcher for mysql and postgres

H-TWINKLE commented 1 month ago

thank you !