Limit the bind for the HTTPS server on 8443 to 127.0.0.1

This server bind was overlooked
This commit is contained in:
Mark Felder
2025-03-24 12:12:43 -07:00
committed by holger krekel
parent e004a5e2f6
commit 8d34e036ec
2 changed files with 5 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
## untagged
- Limit the bind for the HTTPS server on 8443 to 127.0.0.1
([#522](https://github.com/chatmail/server/pull/522))
([#532](https://github.com/chatmail/server/pull/532))
- Send SNI when connecting to outside servers
([#524](https://github.com/chatmail/server/pull/524))