Premier commit

This commit is contained in:
phil
2023-12-18 23:20:30 +01:00
parent ec25c6dba9
commit 62ef5fa4e9
577 changed files with 46490 additions and 1 deletions

17
tests/s-proxy.test Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
# Test wpad
curl wpad/wpad.dat
# Verification ouverture port 8080
netstat -ln|grep 8080
# Affichage access.log
tail -5 /var/log/squid3/access.log
# Affichage cache.log
tail /var/log/squid3/cache.log
# Affichage curl
curl s-proxy:8080