Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Record:getResourceRecord() doesn't handle priority? #112

@ericb-summit

Description

@ericb-summit

I am trying to use this tool, migrated the data from our legacy system, etc... and I'm running into several issues that make me think maybe I shouldn't be using HEAD master or main (or whatever the default branch is called this week).

For one, the generated named.conf entries (see config_master.blade.php) have duplicate following section, and BIND ceremoniously refuses to even load with that:

allow-query {
    any;
};

Then, in generating MX records, or basically, anything with a priority, I see Record:getResourceRecord() doesn't even use the priority field of the record at all. Seriously, how is this possible? Without a prio you can't do MX, or NAPTR, or SRV, etc etc

One last thing, ProBindPushDnsZones.php does indeed push the zones but it doesn't restart BIND, to actually reload the named.conf and zonefiles.

I can provide examples, but this is all kind of obvious. So obvious, I am wondering, am I in the wrong branch?

Thank you for your time.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions