The following patch fixes the problem for me:

diff --git c/src/util.c w/src/util.c
index aaebd62..594ed42 100644
--- c/src/util.c
+++ w/src/util.c
@@ -62,7 +62,7 @@ int verify_name_allowed_with_soa(const char* name, FILE* 
mdns_allow_file) {
     case VERIFY_NAME_RESULT_ALLOWED:
         return 1;
     case VERIFY_NAME_RESULT_ALLOWED_IF_NO_LOCAL_SOA:
-        return !local_soa();
+        return 1;
     default:
         return 0;
     }

Reply via email to