我想要一个acl来允许我根据哪个IP地址是stream量被发送到的variables来设置variables。
恩。
frontend my-frontend bind 1.2.3.4:80 bind 5.6.7.8:80 acl ip1 dst_ip -eq 1.2.3.4
我想这样做,而不是多个后端的原因是,我有许多其他ACL规则,我不想有多个副本。