summaryrefslogtreecommitdiff
path: root/usr.sbin/unbound/daemon/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/unbound/daemon/daemon.h')
-rw-r--r--usr.sbin/unbound/daemon/daemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/unbound/daemon/daemon.h b/usr.sbin/unbound/daemon/daemon.h
index 3effbafb791..58713e9ce46 100644
--- a/usr.sbin/unbound/daemon/daemon.h
+++ b/usr.sbin/unbound/daemon/daemon.h
@@ -113,6 +113,8 @@ struct daemon {
struct module_stack mods;
/** access control, which client IPs are allowed to connect */
struct acl_list* acl;
+ /** access control, which interfaces are allowed to connect */
+ struct acl_list* acl_interface;
/** TCP connection limit, limit connections from client IPs */
struct tcl_list* tcl;
/** local authority zones */