Skip to content

Instantly share code, notes, and snippets.

@diyism
Last active July 30, 2022 18:42
Show Gist options
  • Save diyism/0b47471c6f2d48545c2ae950c262d3a5 to your computer and use it in GitHub Desktop.
Save diyism/0b47471c6f2d48545c2ae950c262d3a5 to your computer and use it in GitHub Desktop.
install TOR with meek
#thanks to:
https://www.torproject.org/docs/debian
http://askubuntu.com/questions/501496/how-to-install-tor-with-meek-support
https://plus.google.com/+GhostAssassin/posts/26zCmDmjYXP
#In /etc/apt/sources.list:
deb http://deb.torproject.org/torproject.org trusty main
deb-src http://deb.torproject.org/torproject.org trusty main
#Run:
sudo apt-get update
sudo apt-get install tor deb.torproject.org-keyring
#In /usr/share/tor/tor-service-defaults-torrc:
UseBridges 1
Bridge meek 0.0.2.0:1 url=https://d2zfqthxsdq309.cloudfront.net/ front=d19tqk5t6qcjac.cloudfront.net
ClientTransportPlugin meek exec /usr/bin/meek-client --log /var/log/tor/meek-client.log
#In /etc/apt/sources.list:
deb https://people.debian.org/~infinity0/apt/ unstable contrib
deb-src https://people.debian.org/~infinity0/apt/ unstable contrib
#Run:
sudo apt-get update
sudo apt-get install meek-client
#In /etc/apparmor.d/abstractions/tor:
/usr/bin/meek-client ix,
#Run:
sudo service apparmor restart
#Run:
sudo service tor restart
curl --socks5 127.0.0.1:9050 http://myip.ipip.net
@Anas-jaf
Copy link

okay i solved the previous problem with installing the package without gpg signature , i know not save but worked and that's cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment