aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/daemon/acl_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/daemon/acl_list.h')
-rw-r--r--contrib/unbound/daemon/acl_list.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/unbound/daemon/acl_list.h b/contrib/unbound/daemon/acl_list.h
index d0d42bfaebf6..3a3b94bc5879 100644
--- a/contrib/unbound/daemon/acl_list.h
+++ b/contrib/unbound/daemon/acl_list.h
@@ -63,7 +63,9 @@ enum acl_access {
/** allow full access for recursion (+RD) queries */
acl_allow,
/** allow full access for all queries, recursion and cache snooping */
- acl_allow_snoop
+ acl_allow_snoop,
+ /** allow full access for recursion queries and set RD flag regardless of request */
+ acl_allow_setrd
};
/**