You are not logged in.

#1 2015-10-09 14:13:14

edoz90
Member
Registered: 2015-09-02
Posts: 7

[SOLVED] yaourt with tor

Hi!!!
I've configured pacman to use tor setting:

XferCommand = /usr/bin/curl --socks5-hostname localhost:9050 -C - -f %u > %o

but how can I use yaourt with tor and privoxy?

Last edited by edoz90 (2015-10-09 19:08:57)

Offline

#2 2015-10-09 14:30:49

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,875
Website

Re: [SOLVED] yaourt with tor

Have a look at /etc/makepkg.conf


https://ugjka.net
"It is easier to fool people, than to convince them that they've been fooled" ~ Dr. Andrea Love

Offline

#3 2015-10-09 16:46:05

mpan
Member
Registered: 2012-08-01
Posts: 1,375
Website

Re: [SOLVED] yaourt with tor

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)


Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#4 2015-10-09 19:03:55

edoz90
Member
Registered: 2015-09-02
Posts: 7

Re: [SOLVED] yaourt with tor

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 big_smile

Last edited by edoz90 (2015-10-09 19:04:58)

Offline

Board footer

Powered by FluxBB