Create proxy config (#3)
Cette révision appartient à :
5
squid.setup
Fichier exécutable
5
squid.setup
Fichier exécutable
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt install squid
|
||||
cp squid/cfg /etc/squid/squid.conf
|
||||
systemctl restart squid
|
||||
4
squid/cfg
Fichier normal
4
squid/cfg
Fichier normal
@@ -0,0 +1,4 @@
|
||||
acl tul src 83.221.16.86
|
||||
http_access allow tul
|
||||
http_access deny all
|
||||
http_port 3128
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur