How to circumvent censorship with little-t tor?
When direct access to the Tor network is blocked, you can configure little-t tor to use bridges like obfs4, Snowflake, or WebTunnel to bypass censorship.
Attention: These instructions are meant for using pluggable transports with tor, the network daemon i.e. little-t tor. For instructions on using pluggable transports with Tor Browser, refer to the Tor Browser user manual.
قد يتم حظر الوصول المباشر إلى شبكة تور في بعض الأحيان. Tor can be used with circumvention tools, known as pluggable transports, for getting around these blocks. obfs4, Snowflake and WebTunnel are some pluggable transports available to use with Tor. Tor can be configured to use pluggable transports by modifying Tor's configuration file i.e. torrc.
الخطوات اللازمة لتضبيط tor لاستخدام النواقل القابلة للوصل لأنظمة التشغيل المختلفة هي كما يلي.
- Download and install
toror the Tor Expert Bundle for Windows. If access to the Tor Project website is blocked, use an official Tor Project mirror. - If you have
torinstalled, the pluggable transport binary, lyrebird, can be downloaded as part of the Tor Expert Bundle.lyrebird: ينفذ العديد من بروتوكولات النقل القابلة للتوصيل، بما في ذلك Snowflake ،obfs4 و WebTunnel. - Extract the Tor Expert Bundle to a directory of your choice.
- For pluggable transports, obfs4 and WebTunnel, obtain bridges from the bridges website, via Email or via Telegram.
- Modify Tor's configuration file, i.e. torrc.
- Copy and modify the following sample
torrc.
تكوين tor لاستخدام Snowflake ،obfs4 أو WebTunnel
torrc example:
UseBridges 1
# Please review the path to the pluggable transport executable
ClientTransportPlugin meek_lite,obfs4,snowflake,webtunnel exec C:\Users\user\Downloads\tor\pluggable_transports\lyrebird.exe
# Uncomment the line below depending to the type of bridge your are using
#Bridge obfs4 <IP ADDRESS>:<PORT> <FINGERPRINT> cert=<CERTIFICATE> iat-mode=0
#Bridge webtunnel <IP ADDRESS>:<PORT> <FINGERPRINT> url=<URL> ver=0.0.1
#Bridge snowflake 192.0.2.3:80 2B280B23E1107BB62ABFC40DDCC8824814F80A72 fingerprint=2B280B23E1107BB62ABFC40DDCC8824814F80A72 url=https://1098762253.rsc.cdn77.org front=www.phpmyadmin.net,cdn.zk.mk ice=stun:stun.antisip.com:3478,stun:stun.epygi.com:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.mixvoip.com:3478,stun:stun.nextcloud.com:3478,stun:stun.bethesda.net:3478,stun:stun.nextcloud.com:443 utls-imitate=hellorandomizedalpn
Now save the torrc file and run from the command line:
./tor -f torrc
المُساعَفة
- إذا فشل تور في الاتصال، فتأكد من تنسيق ملف
torrcبشكل صحيح. - إذا تم تثبيت
torمن حزمة تور المتقدمة، فتأكد من أن ملفtorrcموجود في نفس المجلد الذي يحتوي على الملف الثنائيtor. - Check the Tor logs for errors.
- بعد استنفاد خطوات استكشاف الأخطاء وإصلاحها الشائعة هذه، إذا استمر فشل الاتصال، فقد تكون الجسور التي تلقيتها مُعطَّلة أو محظورة. احصل على مجموعة جديدة من الجسور من موقع الجسور، عبر البريد الإلكتروني أو عبر تيليجرام.
Attention: These instructions are meant for using pluggable transports with tor, the network daemon i.e. little-t tor. For instructions on using pluggable transports with Tor Browser, refer to the Tor Browser user manual.
قد يتم حظر الوصول المباشر إلى شبكة تور في بعض الأحيان. Tor can be used with circumvention tools, known as pluggable transports, for getting around these blocks. obfs4, Snowflake and WebTunnel are some pluggable transports available to use with Tor. Tor can be configured to use pluggable transports by modifying Tor's configuration file i.e. torrc.
الخطوات اللازمة لتضبيط tor لاستخدام النواقل القابلة للوصل لأنظمة التشغيل المختلفة هي كما يلي.
- Download and install
toror the Tor Expert Bundle for macOS. If access to the Tor Project website is blocked, use an official Tor Project mirror. - If you have
torinstalled, the pluggable transport binary, lyrebird, can be downloaded as part of the Tor Expert Bundle.lyrebird: ينفذ العديد من بروتوكولات النقل القابلة للتوصيل، بما في ذلك Snowflake ،obfs4 و WebTunnel. - Extract the Tor Expert Bundle to a directory of your choice.
- For pluggable transports, obfs4 and WebTunnel, obtain bridges from the bridges website, via Email or via Telegram.
- Modify Tor's configuration file, i.e. torrc.
- Copy and modify the following sample
torrc.
تكوين tor لاستخدام Snowflake ،obfs4 أو WebTunnel
torrc example:
UseBridges 1
# Please review the path to the pluggable transport executable
ClientTransportPlugin meek_lite,obfs4,snowflake,webtunnel exec /Users/user/Downloads/tor/pluggable_transports/lyrebird
# Uncomment the line below depending to the type of bridge your are using
#Bridge obfs4 <IP ADDRESS>:<PORT> <FINGERPRINT> cert=<CERTIFICATE> iat-mode=0
#Bridge webtunnel <IP ADDRESS>:<PORT> <FINGERPRINT> url=<URL> ver=0.0.1
#Bridge snowflake 192.0.2.3:80 2B280B23E1107BB62ABFC40DDCC8824814F80A72 fingerprint=2B280B23E1107BB62ABFC40DDCC8824814F80A72 url=https://1098762253.rsc.cdn77.org front=www.phpmyadmin.net,cdn.zk.mk ice=stun:stun.antisip.com:3478,stun:stun.epygi.com:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.mixvoip.com:3478,stun:stun.nextcloud.com:3478,stun:stun.bethesda.net:3478,stun:stun.nextcloud.com:443 utls-imitate=hellorandomizedalpn
Now save the torrc file and run from the command line:
./tor -f torrc
المُساعَفة
- إذا فشل تور في الاتصال، فتأكد من تنسيق ملف
torrcبشكل صحيح. - إذا تم تثبيت
torمن حزمة تور المتقدمة، فتأكد من أن ملفtorrcموجود في نفس المجلد الذي يحتوي على الملف الثنائيtor. - Check the Tor logs for errors.
- بعد استنفاد خطوات استكشاف الأخطاء وإصلاحها الشائعة هذه، إذا استمر فشل الاتصال، فقد تكون الجسور التي تلقيتها مُعطَّلة أو محظورة. احصل على مجموعة جديدة من الجسور من موقع الجسور، عبر البريد الإلكتروني أو عبر تيليجرام.
Attention: These instructions are meant for using pluggable transports with tor, the network daemon i.e. little-t tor. For instructions on using pluggable transports with Tor Browser, refer to the Tor Browser user manual.
قد يتم حظر الوصول المباشر إلى شبكة تور في بعض الأحيان. Tor can be used with circumvention tools, known as pluggable transports, for getting around these blocks. obfs4, Snowflake and WebTunnel are some pluggable transports available to use with Tor. Tor can be configured to use pluggable transports by modifying Tor's configuration file i.e. torrc.
الخطوات اللازمة لتضبيط tor لاستخدام النواقل القابلة للوصل لأنظمة التشغيل المختلفة هي كما يلي.
- Download and install
toror the Tor Expert Bundle for Linux. If access to the Tor Project website is blocked, use an official Tor Project mirror. - If you have
torinstalled, the pluggable transport binary, lyrebird, can be downloaded as part of the Tor Expert Bundle.lyrebird: ينفذ العديد من بروتوكولات النقل القابلة للتوصيل، بما في ذلك Snowflake ،obfs4 و WebTunnel. - Extract the Tor Expert Bundle to a directory of your choice.
- For pluggable transports, obfs4 and WebTunnel, obtain bridges from the bridges website, via Email or via Telegram.
- Modify Tor's configuration file, i.e. torrc.
- Copy and modify the following sample
torrc. If you have installed little-t tor on Linux via your package manager, you will have to modify the defaulttorrc.
تكوين tor لاستخدام Snowflake ،obfs4 أو WebTunnel
torrc example:
UseBridges 1
# Please review the path to the pluggable transport executable
ClientTransportPlugin meek_lite,obfs4,snowflake,webtunnel exec /home/user/Downloads/tor/pluggable_transports/lyrebird
# Uncomment the line below depending to the type of bridge your are using
#Bridge obfs4 <IP ADDRESS>:<PORT> <FINGERPRINT> cert=<CERTIFICATE> iat-mode=0
#Bridge webtunnel <IP ADDRESS>:<PORT> <FINGERPRINT> url=<URL> ver=0.0.1
#Bridge snowflake 192.0.2.3:80 2B280B23E1107BB62ABFC40DDCC8824814F80A72 fingerprint=2B280B23E1107BB62ABFC40DDCC8824814F80A72 url=https://1098762253.rsc.cdn77.org front=www.phpmyadmin.net,cdn.zk.mk ice=stun:stun.antisip.com:3478,stun:stun.epygi.com:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.mixvoip.com:3478,stun:stun.nextcloud.com:3478,stun:stun.bethesda.net:3478,stun:stun.nextcloud.com:443 utls-imitate=hellorandomizedalpn
Now save the torrc file and run from the command line:
./tor -f torrc
- Note: If you have installed little-t tor on Linux via your package manager and modified the default
torrc, you will have to restart the daemon for the changes to take effect.
المُساعَفة
- إذا فشل تور في الاتصال، فتأكد من تنسيق ملف
torrcبشكل صحيح. - إذا تم تثبيت
torمن حزمة تور المتقدمة، فتأكد من أن ملفtorrcموجود في نفس المجلد الذي يحتوي على الملف الثنائيtor. - Check the Tor logs for errors.
- بعد استنفاد خطوات استكشاف الأخطاء وإصلاحها الشائعة هذه، إذا استمر فشل الاتصال، فقد تكون الجسور التي تلقيتها مُعطَّلة أو محظورة. احصل على مجموعة جديدة من الجسور من موقع الجسور، عبر البريد الإلكتروني أو عبر تيليجرام.