Skip to content

Commit 247d5ff

Browse files
committed
Use apt-transport-tor!
1 parent a2be9e7 commit 247d5ff

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

sources.list

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
1+
deb tor://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
22
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
3-
#deb-src http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/ jessie main contrib non-free rpi
4-
deb-src http://deb.torproject.org/torproject.org jessie main
3+
#deb-src tor://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/ jessie main contrib non-free rpi
4+
deb-src tor://deb.torproject.org/torproject.org jessie main

sources.list.d/collabora.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
deb http://raspberrypi.collabora.com wheezy rpi
1+
deb tor://raspberrypi.collabora.com wheezy rpi

sources.list.d/raspi.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
deb http://archive.raspberrypi.org/debian/ wheezy main
1+
deb tor://archive.raspberrypi.org/debian/ wheezy main
22
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
3-
#deb-src http://archive.raspberrypi.org/debian/ wheezy main
3+
#deb-src tor://archive.raspberrypi.org/debian/ wheezy main

torrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
## as a relay, and not make any local application connections yourself.
1818
#SOCKSPort 9050 # Default: Bind to localhost:9050 for local connections.
1919
#SOCKSPort 192.168.0.1:9100 # Bind to this address:port too.
20-
SOCKSPort 0
20+
SOCKSPort 9050
2121

2222
## Entry policies to allow/deny SOCKS requests based on IP address.
2323
## First entry that matches wins. If no SOCKSPolicy is set, we accept

0 commit comments

Comments
 (0)