unbound: check that 53 is not occupied by a different process

This commit is contained in:
missytake
2025-04-10 11:44:54 +02:00
parent f9e885c442
commit 21f9885ffe
3 changed files with 35 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
- Enforce end-to-end encryption between local addresses
([#535](https://github.com/chatmail/server/pull/535))
- Disable NSD so it doesn't block port 53
- unbound: check that port 53 is not occupied by a different process
([#537](https://github.com/chatmail/server/pull/537))
- Limit the bind for the HTTPS server on 8443 to 127.0.0.1