Re: [PATCH] FEATURE/MAJOR: Add upstream-proxy-tunnel feature

2024-06-12 Thread Dave Cottlehuber
On Tue, 11 Jun 2024, at 22:57, Aleksandar Lazic wrote: > Hi Dave. > > Thank you for your test and feedback. > > When you put this line into backend, will this be better? > > ``` > tcp-request connection upstream-proxy-header HOST www.httpbun.com > ``` > > Regards > Alex Hi Alex, Sorry I forgot to

Re: [PATCH] FEATURE/MAJOR: Add upstream-proxy-tunnel feature

2024-06-12 Thread Aleksandar Lazic
On 2024-06-12 (Mi.) 12:26, Dave Cottlehuber wrote: On Tue, 11 Jun 2024, at 22:57, Aleksandar Lazic wrote: Hi Dave. Thank you for your test and feedback. When you put this line into backend, will this be better? ``` tcp-request connection upstream-proxy-header HOST www.httpbun.com ``` Rega

Re: [PATCH] FEATURE/MAJOR: Add upstream-proxy-tunnel feature

2024-06-12 Thread Aleksandar Lazic
Hi Dave. On 2024-06-12 (Mi.) 12:45, Aleksandar Lazic wrote: On 2024-06-12 (Mi.) 12:26, Dave Cottlehuber wrote: On Tue, 11 Jun 2024, at 22:57, Aleksandar Lazic wrote: Hi Dave. Thank you for your test and feedback. When you put this line into backend, will this be better? ``` tcp-request co

Re: [PATCH] FEATURE/MAJOR: Add upstream-proxy-tunnel feature

2024-06-12 Thread Aleksandar Lazic
Hi. Attached a new version with updated upstream-proxy.cfg. This Patch have also the feature `upstream-proxy-target` to get rid of the dependency for the srv->hostname. ``` tcp-request content upstream-proxy-target www.test1.com ``` Now have I tested the setup with `0.0.0.0` as server. ```

Re: [PATCH] FEATURE/MAJOR: Add upstream-proxy-tunnel feature

2024-06-12 Thread Dave Cottlehuber
On Wed, 12 Jun 2024, at 13:04, Aleksandar Lazic wrote: > Hi. > > Attached a new version with updated upstream-proxy.cfg. > > This Patch have also the feature `upstream-proxy-target` to get rid of the > dependency for the srv->hostname. > > ``` > tcp-request content upstream-proxy-target www.test1.

Re: [PATCH] FEATURE/MAJOR: Add upstream-proxy-tunnel feature

2024-06-12 Thread Aleksandar Lazic
Hi. Thanks for testing and feedback. On 2024-06-12 (Mi.) 20:35, Dave Cottlehuber wrote: On Wed, 12 Jun 2024, at 13:04, Aleksandar Lazic wrote: Hi. Attached a new version with updated upstream-proxy.cfg. This Patch have also the feature `upstream-proxy-target` to get rid of the dependency for