kometchtech/unbound

By kometchtech

Updated about 2 months ago

test image unbound for Aarch64

Image
Networking
0

10K+

kometchtech/unbound repository overview

base image:

  • arm64v8/alpine:latest

port

  • 53/tcp
  • 53/udp

volume

  • /etc/unbound:/etc/unbound

unbound.conf

server:
        verbosity: 1
        num-threads: 1
        # interface: 127.0.0.1
        # interface: ::1
        port: 53
        outgoing-range: 8192
        so-rcvbuf: 64m
        so-sndbuf: 64m
        so-reuseport: yes
        msg-buffer-size: 131072
        msg-cache-size: 256m
        num-queries-per-thread: 4096
        rrset-cache-size: 512m
        # access-control: 127.0.0.0/8 allow
        chroot: ""
        logfile: ""
        use-syslog: no
        log-time-ascii: yes
        # root-hints: "/etc/unbound/named.root"
        qname-minimisation: yes
        use-caps-for-id: yes
        # private-address: 192.168.0.0/24
        # private-domain: ""
        prefetch: yes
        rrset-roundrobin: yes
        minimal-responses: yes
        # auto-trust-anchor-file: "/etc/unbound/root.key"
        # domain-insecure: ""
        # local-zone: "0.168.192.in-addr.arpa." transparent
python:
remote-control:
        control-enable: yes
        # control-port: 8953

Tag summary

Content type

Image

Digest

sha256:083e387fb

Size

39.3 MB

Last updated

about 2 months ago

docker pull kometchtech/unbound