DNS policy charm

Platform:

Ubuntu
22.04
Channel Revision Published Runs on
latest/edge 2 04 Dec 2025
Ubuntu 22.04
juju deploy dns-policy --channel edge

Learn about configurations >

  • allowed-hosts | string

    Default: 0.0.0.0

    A comma-separated list of host/domain names that the dns-policy-app API can serve. This configuration will set the DJANGO_ALLOWED_HOSTS environment variable with its content being a JSON encoded list.

  • debug | boolean

    Whether dns-policy-app debug mode is enabled.