i've just updated to bind-9.4.0b4 in order to get support for rrset-order fixed which is not implemented in previous versions.
now i don't get any error but the dns still send ips in a random way.
named.conf:
...
options {
...
rrset-order {
class IN type any name "*" order fixed;
};
};
...
in my zone file i have:
...
mail IN A 1.1.1.1
mail IN A 2.2.2.2
does anyone have any ideea why this is happening?
now i don't get any error but the dns still send ips in a random way.
named.conf:
...
options {
...
rrset-order {
class IN type any name "*" order fixed;
};
};
...
in my zone file i have:
...
mail IN A 1.1.1.1
mail IN A 2.2.2.2
does anyone have any ideea why this is happening?