When having rules:
add action=accept chain=input comment="Allow A.B.C.D" log=yes src-address=A.B.C.D
add action=drop chain=input comment="Drop all" disabled=yes in-interface=internet
router cannot resolve DNS (located at the A.B.C.D address):
resolve domain-name="fqdn" server=A.B.C.D
in fact, no resolving works when the second rule is active.