Skip to content

Support for additional record types in customDNS.zone #1587

Closed
@Terrance

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions