Acl Rules

From: Mario Sergio Fujikawa Ferreira <lioux@dont-contact.us>
Date: Wed, 28 Aug 1996 16:16:49 -0300 (EST)

        I am experienced with Harvest Cache and with its proxy_allow directive that is somewhat similar to the acl directives.
        I am still learning the squid new directives, and I am trying the following setup.
        I wrote an access list rule such as:

        acl ourclass src 200.239.56.0/255.255.255.0
        http_access allow ourclass

        That works just fine for my Class C. However, I would like to control the access to my proxy with a domain rule, so that only IP address identified on my DNS would access my proxy.
        If my understanding of the rule is incorrect, please forgive me.
        I wrote the following rule, as the examples suggested:

        acl ourdomain domain .gns.com.br
        http_access allow ourdomain

        However, it does not work. The squid cache replies with a deny access message.
        Any ideas, suggestions?

        Regards,
                Mario Ferreira.
        (lioux@gns.com.br)
        (lioux@bsdnet.org)
Received on Wed Aug 28 1996 - 12:19:35 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:32:52 MST