Closed
Description
I'm running an internal CalDAV server and exposing its DNS records via Blocky, but ideally this would include a pair of SRV
and TXT
records and Blocky doesn't support either.
For reference, the records would look like this:
$ORIGIN example.com.
_caldavs._tcp IN SRV 0 5 443 cal.example.com.
_caldavs._tcp IN TXT "path=/"
_carddavs._tcp IN SRV 0 5 443 cal.example.com.
_carddavs._tcp IN TXT "path=/"
Activity