Questions tagged as ['nsx']
Score: 0

ACL to block certain vcloud pages unless from certain IPs
I have a need to block a tenant URL in vcloud and have managed to do this for the direct attempts, ie vcloudaddress.com/tenant/tenantname, but I can't seem to block the
/login/?service=tenant:tenantname&redirectTo=blahblahblah
I need to wildcard, it but how do I do that in HAProxy-speak?
This is what I have at present:
acl trusted_ip src IP1
acl trusted_ip src IP2
acl trusted_ip src IP3
acl trusteĀ ...