add unbound_resolver role

This commit is contained in:
2025-05-28 11:15:47 +02:00
parent 6679277418
commit dd1900fffe
10 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/var/log/unbound/*.log {
weekly
missingok
rotate 52
compress
notifempty
postrotate
/usr/sbin/unbound-control log_reopen
endscript
}