Add a local unbound with no cache to always use up-to-date DNS information #30
Owner
```
server:
# Disable messages and negative-messages cache
msg-cache-size: 0
msg-cache-slabs: 1
# Disable DNS records cache
rrset-cache-size: 0
rrset-cache-slabs: 1
# No prefetch
prefetch: no
# Don't keep prefixes in memory
serve-expired: no
# Also reduce internal caches
cache-min-ttl: 0
cache-max-ttl: 0
neg-cache-size: 0
```
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?