jarmoku 大佬有话说 :
haproxy如何实现基于host或path转发四层TCP?
目前已经确认有软件能实现这项技术(比如某哇云),但是不知道是不是haproxy实现的。
这样就能实现单端口非tls协议的TCP复用
请问一下这样写acl可以转发四层TCP吗?
“`
acl url_staticpath_beg /static /images /img /css
use_backend static if host_static
“`https://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif
qibinghua 大佬有话说 :
你这是七层
h20 大佬有话说 :
4层只到端口
whiler 大佬有话说 :
写法没错,说错了,1 楼说得对