An open API service indexing awesome lists of open source software.

https://github.com/knrdl/unbound-dns-server

Unbound Standalone DNS Server
https://github.com/knrdl/unbound-dns-server

docker-image unbound-dns

Last synced: 8 months ago
JSON representation

Unbound Standalone DNS Server

Awesome Lists containing this project

README

          

# Unbound DNS Server

Unbound standalone DNS server using root resolvers

Docker Compose:

```yaml
version: '2.4'

services:
unbound:
image: ghcr.io/knrdl/unbound-dns-server
ports:
- "53:53/tcp"
- "53:53/udp"
mem_limit: 150m
```

Test: `$ dig @192.168.X.X example.org` (192.168.X.X = IP addr of your dns server host)