On 2013-04-09, Girish Venkatachalam <girishvenkatacha...@gmail.com> wrote: > Hi Misc, > > I see transproxy port has been removed in 5.2. > > I thought relayd(8) could do instead but then > I want relayd to forward the HTTP request to tinyproxy and not > directly proxy to the web server. > > What is the way out? > > Does relayd support transparent proxying to tinyproxy? > > -Girish >
i don't think relayd can do this. tinyproxy has a transparent mode (add CONFIGURE_ARGS= --enable-transparent to the port) which uses getsockname(); this is usually compatible with divert-to in PF (and works fine in squid) however tinyproxy seems to pick up wrong addresses using this. maybe i'll look at it sometime, i'm more interested in squid though.