Add missing file for commit 23a9b6f

This commit is contained in:
Raphael Dannecker 2024-12-13 18:40:42 +01:00
parent a507c1decf
commit f5f3d9557d

View file

@ -0,0 +1,8 @@
#!/usr/bin/bash
#
if nslookup firewall.{{ domain }}; then
/usr/sbin/squid --foreground -f /etc/squid/squid-usermode.conf
else
/usr/sbin/squid --foreground -f /etc/squid/squid-usermode-external.conf
fi