Re: [squid-users] UDP support for squid

2021-07-06 Thread robert k Wild
Thank you Amos, very much appreciated On Tue, 6 Jul 2021, 09:51 Amos Jeffries, wrote: > On 6/07/21 8:43 pm, robert k Wild wrote: > > Thanks Amos much appreciated > > > > Is there a way of enabling socks udp at all or is this just not the case > > at all with squid > > > > Not until Squid is chan

Re: [squid-users] UDP support for squid

2021-07-06 Thread Amos Jeffries
On 6/07/21 8:43 pm, robert k Wild wrote: Thanks Amos much appreciated Is there a way of enabling socks udp at all or is this just not the case at all with squid Not until Squid is changed to support HTTP over UDP. That is coming with HTTP/3 but nowhere near an ETA on when it will be availa

Re: [squid-users] UDP support for squid

2021-07-06 Thread robert k Wild
Thanks Amos much appreciated Is there a way of enabling socks udp at all or is this just not the case at all with squid Thanks, Rob On Tue, 6 Jul 2021, 08:02 Amos Jeffries, wrote: > On 23/06/21 9:06 pm, robert k Wild wrote: > > hi all, > > > > after reading this guide, is this for enabling squ

Re: [squid-users] UDP support for squid

2021-07-06 Thread Amos Jeffries
On 23/06/21 9:06 pm, robert k Wild wrote: hi all, after reading this guide, is this for enabling squid for SOCKSv5 ie UDP - Well, yes and no. That is the guide for enabling SOCKS support. But for SOCKS/TCP connections, not UDP. https://wiki.squid-cache.org/Features/Socks export CFLAGS

[squid-users] UDP support for squid

2021-06-23 Thread robert k Wild
hi all, after reading this guide, is this for enabling squid for SOCKSv5 ie UDP - https://wiki.squid-cache.org/Features/Socks export CFLAGS=" -Dbind=SOCKSbind "export CXXFLAGS=" -Dbind=SOCKSbind "export LDADD=" -lsocks " when building squid from source, do i append it at the end of the "config