Skip to content

Instantly share code, notes, and snippets.

@Umiiii
Last active August 12, 2024 08:54
Show Gist options
  • Save Umiiii/e6926edfd552938602b95e65e77f3c49 to your computer and use it in GitHub Desktop.
Save Umiiii/e6926edfd552938602b95e65e77f3c49 to your computer and use it in GitHub Desktop.
install_tinyproxy.sh
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