[Bug 250984] local-unbound-setup does not work with ipv6 forwarders without "::" in address

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 9 16:13:22 UTC 2020


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

            Bug ID: 250984
           Summary: local-unbound-setup does not work with ipv6 forwarders
                    without "::" in address
           Product: Base System
           Version: 12.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: bugs at FreeBSD.org
          Reporter: wolfgang at lyxys.ka.sub.org

Given a resolv.conf that looks like

nameserver 2001:db8:6:5:4:3:2:1
options edns0

running local-unbound-setup produces a file /etc/unbound/forward.conf that
looks like this:

# This file was generated by local-unbound-setup.
# Modifications will be overwritten.
forward-zone:
        name: .

Notably missing is a line on the end that should look like

        forward-addr: 2001:0db8:6:5:4:3:2:1

If the ipv6-adress contains the sequence "::" the script works as expected.

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


More information about the freebsd-bugs mailing list