aproxy

Aproxy Subordinate Charm

Channel Revision Published Runs on
latest/stable 1 09 Oct 2025
Ubuntu 24.04
latest/edge 2 10 Oct 2025
Ubuntu 24.04
juju deploy aproxy
Show information

Platform:

Ubuntu
24.04

Learn about configurations >

  • exclude-addresses-from-proxy | string

    Default: 127.0.0.1

    Comma-separated list of IP or hostname addresses that should bypass the proxy.

  • intercept-ports | string

    Default: 80,443

    Comma-separated list of ports to intercept and forward through the proxy.

    Support:

    • Single port e.g., 80
    • List of comma-separated ports e.g., 80,443
    • Range (both sides included) e.g., 1024-2048
    • List of ranges e.g. 80-90,1024-2048
    • Keyword "ALL" which corresponds to the range 1-65536

  • proxy-address | string

    Configures the target proxy IP address and port for traffic forwarding.

    For example: "1.2.3.4:8888" or "1.2.3.4". If no proxy is specified, the default proxy is the principal charm's juju-https-proxy or juju-http-proxy relation data. If no port is specified, the default port value of 80 will be used.