Create proxy config #3

Merged
kornerr merged 2 commits from proxy into main 2025-08-22 21:14:58 +02:00
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