├── .github └── workflows │ └── publish-ghcr.yml ├── Dockerfile ├── README.md └── files ├── entrypoint.sh ├── healthcheck.sh └── unbound └── unbound.conf /.github/workflows/publish-ghcr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hat3ph/adguard-unbound/HEAD/.github/workflows/publish-ghcr.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hat3ph/adguard-unbound/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hat3ph/adguard-unbound/HEAD/README.md -------------------------------------------------------------------------------- /files/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hat3ph/adguard-unbound/HEAD/files/entrypoint.sh -------------------------------------------------------------------------------- /files/healthcheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hat3ph/adguard-unbound/HEAD/files/healthcheck.sh -------------------------------------------------------------------------------- /files/unbound/unbound.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hat3ph/adguard-unbound/HEAD/files/unbound/unbound.conf --------------------------------------------------------------------------------