I labeled this Bugfix as it fixes an inconsistency between web (which is describing <domain> as being optional) and FTL (which insists on it before this PR).
Pull request in docs with documentation (if applicable): N/A
By submitting this pull request, I confirm the following:
I have read and understood the contributors guide, as well as this entire template. I understand which branch to base my commits and Pull Requests against.
I have commented my proposed changes within the code.
I am willing to help maintain this change if there are issues with it later.
What does this implement/fix?
Fixes https://github.com/pi-hole/FTL/issues/2115 by making
<domain>
optional fordns.revServer
.Before:
Now:
I labeled this
Bugfix
as it fixes an inconsistency betweenweb
(which is describing<domain>
as being optional) andFTL
(which insists on it before this PR).Related issue or feature (if applicable): https://github.com/pi-hole/FTL/issues/2115
Pull request in docs with documentation (if applicable): N/A
By submitting this pull request, I confirm the following:
git rebase
)Checklist:
developmental
branch.