Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jul 2018 11:57:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229638] dns/unbound
Message-ID:  <bug-229638-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229638

            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@FreeBSD.org
          Reporter: ykklle@outlook.com
                CC: jaap@NLnetLabs.nl
             Flags: maintainer-feedback?(jaap@NLnetLabs.nl)
                CC: jaap@NLnetLabs.nl

the following settings doesn't work

  forward-addr: 1.1.1.1@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@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@853#cloudflare-dns.com

## end

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229638-7788>