vyos@vyos# commit [ service webproxy ] Warning: no blacklists installed Can't touch /var/log/squid/blacklist.log: No such file or directory at /opt/vyatta/share/perl5/Vyatta/File.pm line 36. [[service webproxy]] failed Commit failed [edit] vyos@vyos# ls -la /var/log/squid squid3/ squidguard/ [edit]
Config state at time of commit:
show service webproxy
>cache-size 0
default-port 3128
listen-address xx {
}
+mem-cache-size 100
url-filtering {
squidguard {
default-action allow
+ log all
rule 1 {
default-action block
local-ok abc.def
source-group xx
}
source-group xx {
address xx
}
}
}