Skip to content

Instantly share code, notes, and snippets.

@Yossi1114
Created January 24, 2020 03:00
Show Gist options
  • Save Yossi1114/ba92d3d7cb52eda4e569634a556e9fea to your computer and use it in GitHub Desktop.
Save Yossi1114/ba92d3d7cb52eda4e569634a556e9fea to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt update && sudo apt -y upgrade && sudo apt -y autoremove
sudo apt -y install tinyproxy
sed -i 's/Allow\ 127.0.0.1/#Allow\ 127.0.0.1/g' /etc/tinyproxy/tinyproxy.conf
ufw allow 8888
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment