├── LICENSE ├── README.md ├── docker-compose.yml ├── stubby ├── Dockerfile └── stubby.yml └── unbound ├── Dockerfile ├── a-records.conf └── unbound.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewVance/stubby-docker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewVance/stubby-docker/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewVance/stubby-docker/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /stubby/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewVance/stubby-docker/HEAD/stubby/Dockerfile -------------------------------------------------------------------------------- /stubby/stubby.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewVance/stubby-docker/HEAD/stubby/stubby.yml -------------------------------------------------------------------------------- /unbound/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewVance/stubby-docker/HEAD/unbound/Dockerfile -------------------------------------------------------------------------------- /unbound/a-records.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewVance/stubby-docker/HEAD/unbound/a-records.conf -------------------------------------------------------------------------------- /unbound/unbound.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatthewVance/stubby-docker/HEAD/unbound/unbound.sh --------------------------------------------------------------------------------