mirror of
https://github.com/chatmail/relay.git
synced 2026-06-10 21:51:09 +00:00
feat: Disable negative cache in unbound (#992)
Related: - https://github.com/chatmail/relay/issues/543 - https://github.com/chatmail/filtermail/pull/170 Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
bb40c5bb21
commit
e9e012234b
@@ -1,4 +1,5 @@
|
|||||||
# Managed by cmdeploy: disable IPv6 in unbound.
|
# Managed by cmdeploy
|
||||||
server:
|
server:
|
||||||
interface: 127.0.0.1
|
interface: 127.0.0.1
|
||||||
do-ip6: no
|
do-ip6: no
|
||||||
|
cache-max-negative-ttl: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user