Package: bind9
Version: 1:9.20.18-1~deb13u1

Hi,

When setting up per-domain forwarding, bind9 ignores IPv6 forwarding
addresses. With IPv4 it works. This happens no matter whether the
initial query is submitted as IPv4 or as IPv6.

zone "my-test.lu" {
    type forward;
    forward first;
    forwarders {
        // 1.2.3.4;
        2001:7e8:1:2:3:4:5:6;
    };
};

=> fails, even if submitted as dig @::1 www.my-test.lu


zone "my-test.lu" {
    type forward;
    forward first;
    forwarders {
        1.2.3.4;
        // 2001:7e8:1:2:3:4:5:6;
    };
};

=> works

Thanks,

Alain

Reply via email to