[squid-users] Squid CONNECT tunnel

2022-05-03 Thread roee klinger
Hey, I am trying to use Squid with FTP server TCP Port Multiplexing, on the FRP documentation (https://github.com/fatedier/frp#tcp-port-multiplexing), it says: > quote_type > frp supports receiving TCP sockets directed to different proxies on a single > port on frps, similar to vhost_http_port

Re: [squid-users] squid5 Happy Eyeballs - Is it possible to enable IPV4 only or IPV6 only ?

2022-05-03 Thread Alex Rousskov
On 5/3/22 02:35, Francesco Chemolli wrote: Could tcp_outgoing_address do the deed, forcing a certain source ip or ipv4-only interface for some or all requests? No, not without Squid modifications[1]: Today, tcp_outgoing_address is consulted _after_ the address family is already decided for the

Re: [squid-users] squid5 Happy Eyeballs - Is it possible to enable IPV4 only or IPV6 only ?

2022-05-03 Thread Alex Rousskov
On 5/3/22 09:04, Alex Rousskov wrote: On 5/3/22 02:35, Francesco Chemolli wrote: Could tcp_outgoing_address do the deed, forcing a certain source ip or ipv4-only interface for some or all requests? No, not without Squid modifications[1]: Today, tcp_outgoing_address is consulted _after_ the ad

Re: [squid-users] Squid CONNECT tunnel

2022-05-03 Thread Alex Rousskov
On 5/3/22 06:12, roee klinger wrote: Hey, I am trying to use Squid with FTP server TCP Port Multiplexing, on the FRP documentation (https://github.com/fatedier/frp#tcp-port-multiplexing ), it says: frp supports receiving TCP sockets