Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mschurenko
Created October 31, 2017 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mschurenko/27a132f8f16da16295a58aed9b6fd311 to your computer and use it in GitHub Desktop.
Save mschurenko/27a132f8f16da16295a58aed9b6fd311 to your computer and use it in GitHub Desktop.
tinyproxy
#!/bin/bash
set -e
yum -y --enablerepo=epel install tinyproxy
sed -i 's/^Port 8888/Port 80/' /etc/tinyproxy/tinyproxy.conf
sed -i '/^Allow/d' /etc/tinyproxy/tinyproxy.conf
service tinyproxy start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment