Last active
August 12, 2024 08:54
-
-
Save Umiiii/e6926edfd552938602b95e65e77f3c49 to your computer and use it in GitHub Desktop.
install_tinyproxy.sh
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
wget https://github.com/tinyproxy/tinyproxy/releases/download/1.11.2/tinyproxy-1.11.2.tar.gz && tar -xzvf tinyproxy-1.11.2.tar.gz && cd tinyproxy-1.11.2 && ./autogen.sh && make install && echo "Port 8888" > /tmp/tinyproxy.conf && tinyproxy -c /tmp/tinyproxy.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment