From b24801908c6e2489e07e1bba4143c7dab1d0792b Mon Sep 17 00:00:00 2001 From: sem Date: Wed, 14 Dec 2022 23:15:09 +0300 Subject: [PATCH] Utils --- Installers/tinyproxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installers/tinyproxy.sh b/Installers/tinyproxy.sh index 7284fa9..af16d8f 100644 --- a/Installers/tinyproxy.sh +++ b/Installers/tinyproxy.sh @@ -7,6 +7,6 @@ sudo apt-get install tinyproxy -y sudo sed -i 's/Allow 127.0.0.1/Allow 127.0.0.1 \nAllow 0.0.0.0\/0/' /etc/tinyproxy/tinyproxy.conf sudo sed -i 's/Port 8888/Port 3128/' /etc/tinyproxy/tinyproxy.conf -sudo systemctl start tinyproxy +sudo systemctl restart tinyproxy sudo systemctl status tinyproxy