~cjwatson/charms/precise/squid-forwardproxy/dns-v4-first

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: squid-forwardproxy
summary: Full featured Web Proxy cache (HTTP proxy)
maintainer: "Alexander List <alexander.list@canonical.com>"
description: >
  Squid is a high-performance proxy caching server for web clients,
  supporting FTP, gopher, and HTTP data objects.  Squid version 3 is a
  major rewrite of Squid in C++ and introduces a number of new features
  including ICAP and ESI support.

  Requires the following relation settings from clients:

    ip: service ip address
    port: service port
    sitenames: space-delimited list of vhosts to whitelist
categories:
    - cache-proxy
requires:
  squid-auth-helper:
    interface: squid-auth-helper
    optional: true
provides:
  cached-website:
    interface: http
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container