You are not logged in.
Hi!!!
I've configured pacman to use tor setting:
XferCommand = /usr/bin/curl --socks5-hostname localhost:9050 -C - -f %u > %obut how can I use yaourt with tor and privoxy?
Last edited by edoz90 (2015-10-09 19:08:57)
Offline
Offline
edoz90:
I hope you do realize that by using pacman with TOR you're:
Putting pointless traffic to the TOR network.
Leaking your identity.
With yaourt you'll make it even worse.
For the sake of providing information on configuring yaourt and makepkg in other situations, in addition to what ugjka has said:
man makepkg.conf
DLAGENTS
VCSCLIENTS
Last edited by mpan (2015-10-09 16:48:21)
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
I know that using tor is not a great idea with yaourt but I'm italian so I can't download popcorntime from AUR and since I'have tor and privoxy already configured... I though to use what I have to upgrade popcorntime.
In makepkg.conf I set:
DLAGENTS=('ftp::/usr/bin/curl --socks5-hostname localhost:9050 -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
'http::/usr/bin/curl --socks5-hostname localhost:9050 -fLC - --retry 3 --retry-delay 3 -o %o %u'
'https::/usr/bin/curl --socks5-hostname localhost:9050 -fLC - --retry 3 --retry-delay 3 -o %o %u'
'rsync::/usr/bin/rsync --no-motd -z %u %o'
'scp::/usr/bin/scp -C %u %o')Thank you both for the answers ![]()
Last edited by edoz90 (2015-10-09 19:04:58)
Offline