Create proxy config (#3)

This commit is contained in:
2025-08-22 21:14:57 +02:00
parent 31f8e9a8ae
commit f9389f9eda
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