diff options
Diffstat (limited to 'usr.sbin/unbound/iterator/iter_delegpt.h')
-rw-r--r-- | usr.sbin/unbound/iterator/iter_delegpt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/unbound/iterator/iter_delegpt.h b/usr.sbin/unbound/iterator/iter_delegpt.h index 354bd617738..6c088264588 100644 --- a/usr.sbin/unbound/iterator/iter_delegpt.h +++ b/usr.sbin/unbound/iterator/iter_delegpt.h @@ -85,6 +85,8 @@ struct delegpt { uint8_t ssl_upstream; /** delegpt from authoritative zone that is locally hosted */ uint8_t auth_dp; + /*** no cache */ + int no_cache; }; /** |