Hello Squid,


Sorry for posting this again, but i did not receive right answer
because i made mistake in describing my problem, so here it is again:

I need to allow ONLY SPECIFIC sites for some of my users (group
kineska_src to sites kineska_dest) while preventing them to access any
other site. All other users should be able to access any site.


I apologize once again for posting this twice.


Best wishes!





logdir /var/log/squidGuard
dbhome /var/lib/squidGuard/db


src unlimitted {
                ip 10.0.0.0/8
}



src kineska_src {
                 ip 10.1.0.1
                 ip 10.1.0.223
}

dest kineska_dest {
                   domainlist kineska
}



acl {

        kineska_src {
                     pass kineska_dest none
        }

        unlimitted {
                    pass all
        }

        default {
                 pass none
                 redirect http://www.novabanka.com/forbidden.html
        }


}
                                                 


-- 
Best regards,
 Saša                          mailto:[EMAIL PROTECTED]


Reply via email to