Files
dcrouter/ts
Philipp Kunz 272973702e feat(dns): implement DKIM record serving and proactive key generation
- Add loadDkimRecords() method to read DKIM records from JSON files
- Integrate DKIM records into DNS server during startup
- Add initializeDkimForEmailDomains() for proactive DKIM key generation
- Ensure DKIM records are available immediately after server startup
- Update documentation with DKIM implementation status

DKIM records are now automatically loaded from .nogit/data/dns/*.dkimrecord.json
and served via DNS. Keys are generated for all configured email domains at startup.
2025-05-31 12:53:29 +00:00
..
2025-05-28 11:39:54 +00:00
2025-05-23 19:03:44 +00:00
2025-05-28 11:39:54 +00:00
2025-05-21 00:12:49 +00:00
2025-05-08 12:46:10 +00:00
2025-05-08 12:46:10 +00:00
2025-05-30 20:11:44 +00:00