Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Unbound Standalone DNS Server
- Host: GitHub
- URL: https://github.com/knrdl/unbound-dns-server
- Owner: knrdl
- License: mit
- Created: 2022-07-19T17:16:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T19:26:45.000Z (2 months ago)
- Last Synced: 2024-12-10T20:30:22.456Z (2 months ago)
- Topics: docker-image, unbound-dns
- Language: Dockerfile
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)