add squid setup

This commit is contained in:
Михаил Капелько
2025-08-22 22:08:27 +03:00
parent b121e2ab8d
commit 6d13734989
2 changed files with 9 additions and 0 deletions

5
squid.setup Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
apt install squid
cp squid/cfg /etc/squid/squid.conf
systemctl restart squid

4
squid/cfg Normal file
View File

@@ -0,0 +1,4 @@
acl tul src 83.221.16.86
http_access allow tul
http_access deny all
http_port 3128