Re: run firefox via an ssh tunnel

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Thu, Nov 12, 2020 at 03:21:02PM -0500, Jonathan Billings wrote:
>     yum --setopt='proxy=socks5://localhost:8000' update

It occurs to me that my private networks have working DNS, so if yours
doesn't, you should use:

    yum --setopt='proxy=socks5h://localhost:8000' update

(note the extra 'h' in the URI scheme)

This means that the DNS lookups happen on the other side of the proxy,
so the yum command doesn't need to do any DNS lookups.  

-- 
Jonathan Billings <billings@xxxxxxxxxx>
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
https://lists.centos.org/mailman/listinfo/centos



[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]


  Powered by Linux