src unrestricted \{
{

my $ip = $squidguard{'UnrestrictedIP'} || '';
$ip =~ s/[,;]/ /g;
$OUT .=<<"EOF" if ($ip ne '');

    ip $ip

EOF

}
\}
