Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Custom Squid acl

    Scheduled Pinned Locked Moved pfSense Packages
    1 Posts 1 Posters 2.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G Offline
      ghido
      last edited by

      Hi all, i set my custom acl in custom options on the pfsense squid gui.
      for avery auth user i permit only e list of site, but in pfsense doesn'y function:

      acl user1 proxy_auth user1;
      acl user2 proxy_auth user2;
      acl user3 proxy_auth "/var/squid/acl/vietati";
      acl siti_user1 dstdom_regex -i "/var/squid/acl/siti_user1.acl";
      acl siti_user2 dstdom_regex -i "/var/squid/acl/siti_user2.acl";
      acl siti_user3 dstdom_regex -i "/var/squid/acl/siti_user3.acl";
      http_access allow user1 siti_user1;
      http_access deny user1 !siti_user1;
      http_access allow user1 siti_user2;
      http_access deny user2 !siti_user2;
      http_access deny user3;

      the auth is OK

      Thanks a lot

      Ghido

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.