Add missing file for commit 23a9b6f
This commit is contained in:
parent
a507c1decf
commit
f5f3d9557d
1 changed files with 8 additions and 0 deletions
8
roles/lmn_vm/templates/startusersquid.sh.j2
Executable file
8
roles/lmn_vm/templates/startusersquid.sh.j2
Executable 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
|
Loading…
Add table
Reference in a new issue