commit | 2fbcafc9ce5d5f76b7d5fc0903c0b9019cb32d25 | [log] [tgz] |
---|---|---|
author | Adis Nezirovic <anezirovic@haproxy.com> | Mon Jul 06 15:44:30 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jul 06 16:17:28 2015 +0200 |
tree | 3dbf0569c6d966ca17a9d8afdc754b5436d45aab | |
parent | 79beb248b921da45ddfe148e1daeffea880c57d0 [diff] |
MEDIUM: http: Add new 'set-src' option to http-request This option enables overriding source IP address in a HTTP request. It is useful when we want to set custom source IP (e.g. front proxy rewrites address, but provides the correct one in headers) or we wan't to mask source IP address for privacy or compliance. It acts on any expression which produces correct IP address.