commit | ca097c16a89a576fca5981487afefc69c1193db0 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Fri Apr 27 21:18:45 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Apr 28 07:03:39 2018 +0200 |
tree | cbc9cb23e21462bdfaba3f5847614232884638c2 | |
parent | 5bc9972ed836517924eea91954d255d317a53418 [diff] |
MINOR: sample: Add strcmp sample converter This converter supplements the existing string matching by allowing strings to be converted to a variable. Example usage: http-request set-var(txn.host) hdr(host) # Check whether the client is attempting domain fronting. acl ssl_sni_http_host_match ssl_fc_sni,strcmp(txn.host) eq 0