You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:
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 etcOne last thing,
ProBindPushDnsZones.php
does indeed push the zones but it doesn't restart BIND, to actually reload thenamed.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.
The text was updated successfully, but these errors were encountered: