Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Can you help me out with this squid configuration?

  • 22-08-2007 02:26PM
    #1
    Closed Accounts Posts: 2,460 ✭✭✭


    I just want to let a few sites through microsoft.com, sony.com and a few others. Can you let me know what I need to change around here?

    Thanks a mill. The current config is attached below.


Comments

  • Registered Users, Registered Users 2 Posts: 2,780 ✭✭✭niallb


    If you post up your actual squid config, you're more likely to get help.
    That's just a screen grab with a few details in it.
    Still, you'll probably be able to add these in even using that screen.
    A 'dst' list is probably what it describes as "Web Server Address" in the dropdown.
    Add the addresses one by one using the name fewsites

    you'll need to set up a new 'acl' - an access control list.
    It'll look something like this: (dst is destination)
    acl fewsites dst microsoft.com
    acl fewsites dst sony.com
    acl fewsites dst few.others.tld

    Once that's done, remove the Proxy Restriction for
    Allow all
    and replace it with
    Allow fewsites
    Deny all

    Good luck with it,
    NiallB


  • Registered Users, Registered Users 2 Posts: 998 ✭✭✭zekiel


    Instead of using squid itself I'd go with using squidguard or dansguardian.

    If your just blocking a few sites then I'd go with squidguard as dansguardian takes a little setting up and is fairly natsy in its ways.

    If your using debian/ubuntu just apt-get install squidguard, for configuring man squidguard should give you some info.


Advertisement