add note about adns library

This commit is contained in:
Mechiel Lukkien 2023-11-01 18:52:51 +01:00
parent e7699708ef
commit b6897d1837
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
This file has notes useful for mox developers. This file has notes useful for mox developers.
# Code style & guidelines # Code style, guidelines, notes
- Keep the same style as existing code. - Keep the same style as existing code.
- For Windows: use package "path/filepath" when dealing with files/directories. - For Windows: use package "path/filepath" when dealing with files/directories.
@ -8,6 +8,8 @@ This file has notes useful for mox developers.
but use proper filepath functions when parameters are passed and in non-test but use proper filepath functions when parameters are passed and in non-test
code. Mailbox names always use forward slash, so use package "path" for mailbox code. Mailbox names always use forward slash, so use package "path" for mailbox
name/path manipulation. Do not remove/rename files that are still open. name/path manipulation. Do not remove/rename files that are still open.
- Not all code uses adns, the DNSSEC-aware resolver. Such as code that makes
http requests, like mtasts and autotls/autocert.
# TLS certificates # TLS certificates