Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I installed squidGuard under Fedora10 also i configured the blacklists. its working very well now i need to autorise one web site inside the blacklist ,so i need to creat the whitelist if you can help me how to creat this file i will be thankful.
I installed squidGuard under Fedora10 also i configured the blacklists. its working very well now i need to autorise one web site inside the blacklist ,so i need to creat the whitelist if you can help me how to creat this file i will be thankful.
Many thanks
If it's not already defined you'll need to define the whitelist and setup an acl entry/modify the default acl entry. Order is important.
Code:
dest white {
domainlist w/domainlist
urllist w/urllist
}
acl {
default {
pass white !porn !warez all
redirect http://domain.tld/block.html
}
}
You need to add/modify that into your configuration then you create a directory called w and a file called domainlist and urllist and put the domains and urls you wish to whitelist in there.
You need to add/modify that into your configuration then you create a directory called w and a file called domainlist and urllist and put the domains and urls you wish to whitelist in there.
Thank you rweaver
i try to creat like this file:
gedit/var/squidGuard/blacklists/whitelist
i need to create inside this folder /var/squidGuard/blacklists
but not working, i m beginner in fedora i will be thankful if you help me
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.