[squid-users] UDP support for squid

robert k Wild robertkwild at gmail.com
Tue Jul 6 08:43:35 UTC 2021


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, <squid3 at treenet.co.nz> wrote:

> 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=" -Dbind=SOCKSbind "
> > export CXXFLAGS=" -Dbind=SOCKSbind "
> > export LDADD=" -lsocks "
> >
> >
> > when building squid from source, do i append it at the end of the
> > "configure options"
> >
>
> You can either run the "export ..." commands before running ./configure
> or put them as KEY="value" parameters on its command line.
>
> Either;
>
>    export CFLAGS=" -Dbind=SOCKSbind "
>    export CXXFLAGS=" -Dbind=SOCKSbind "
>    export LDADD=" -lsocks "
>    ./configure
>
> or,
>
>   ./configure \
>         CFLAGS=" -Dbind=SOCKSbind " \
>         CXXFLAGS=" -Dbind=SOCKSbind " \
>         LDADD=" -lsocks "
>
>
> Amos
> _______________________________________________
> squid-users mailing list
> squid-users at lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20210706/2342e8fa/attachment-0001.htm>


More information about the squid-users mailing list