# squidwarden **Repository Path**: mirrors_google/squidwarden ## Basic Information - **Project Name**: squidwarden - **Description**: Frontend to squid to manage ACLs - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Squidwarden Frontend to managaging ACLs for the Squid proxy. Copyright 2016 Google Inc. All Rights Reserved. Apache 2.0 license. This is NOT a Google product. Contact: thomas@habets.se / habets@google.com ## Moved to https://github.com/ThomasHabets/squidwarden/ ## Install TODO: This procedure is untested. ``` $ sudo apt install squid3 sqlite3 $ go get github.com/google/squidwarden/... $ go generate github.com/google/squidwarden/... $ sudo mv /etc/squid3/squid.conf{,.dist} $ sudo dd of=/etc/squid3/squid.conf <