[Bug 229638] dns/unbound

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 9 11:57:48 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229638

            Bug ID: 229638
           Summary: dns/unbound
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: ykklle at outlook.com
                CC: jaap at NLnetLabs.nl
             Flags: maintainer-feedback?(jaap at NLnetLabs.nl)
                CC: jaap at NLnetLabs.nl

the following settings doesn't work

  forward-addr: 1.1.1.1 at 853#cloudflare-dns.com

when I change "cloudflare-dns.com" to, for example, "cloudflare-dns9.com"
I can still get answer from unbound

No matter what server at port#domain, it doesn't verify domain

tried on unbound 1.7.3 on windows, jail of freebsd and freebsd in bhyve
unbound on windows works, others doesn't work

I don't know if there are something need to do, e,g: make config?

the package I use comes from freebsd official repository

Following is my config on windows:
(config for freebsd is almost the same except some windows only settings)

## start
server:

        verbosity: 3

        logfile: "C:\Users\User\Desktop\Unbound\unbound.log"
        log-queries: yes
        interface: 172.16.0.35
        port: 53
        access-control: 0.0.0.0/0 allow
        qname-minimisation: yes
        qname-minimisation-strict: yes
        prefetch: no
        prefetch-key: no
        module-config: "validator iterator"
        trust-anchor-signaling: yes
        root-key-sentinel: yes
        val-log-level: 2
        log-time-ascii: yes
        tls-win-cert: yes

server: auto-trust-anchor-file: "C:\Users\User\Desktop\Unbound\root.key"

forward-zone:
        name: "."
        forward-tls-upstream: yes
        forward-addr: 1.1.1.1 at 853#cloudflare-dns.com

## end

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list