Last active
July 1, 2019 10:19
-
-
Save xhdix/ed44470c378ab7235edabe04c52ef468 to your computer and use it in GitHub Desktop.
android add obfs4 bridges to Tor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/data/data/com.termux/files/usr/bin/sh | |
#android add obfs4 bridges to Tor | |
echo "" >> $PREFIX/etc/tor/torrc | |
echo "Bridge obfs4 151.80.7.124:443 71C023CF72CAD644FE0FA04C0EA8F840FD562C30 cert=bar8dxwmy5aM/OsRNIUNlLuipQen/NB1w81YhBIGJl89JiqZ+6uih/k4f3VjqjfJ13x4Gw iat-mode=0" >> $PREFIX/etc/tor/torrc | |
echo "Bridge obfs4 31.171.155.9:443 4EB24590EE4731BD366E5C2446BDC1FF836FBE69 cert=CWIAYYveoSo8wHLmpyxQ4RiZbckkVyuGmzQHUV1w9LA+8ZjWotDFvJQ3nO9SqmzAhkP8FA iat-mode=0" >> $PREFIX/etc/tor/torrc | |
echo "...done" | |
echo "*******************" | |
echo "***----\$tor----***" | |
echo "*******************" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment