-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dns.revServers still insists on <domain> #2216
Comments
Oh yes, I am sorry, the fix is here, a more detailed description is therein: #2237 If you already want to try it out, please use
|
Works, thank you for the quick fix 👍 |
Confirmed it works too, by editing pihole.toml manually. But it seems that the migration from v5 added a trailing comma without the domain since it was missing, not sure if that is valid or not now. |
#2248 should be this final fix for this. |
Thanks!
…On Sat, Feb 22, 2025, 12:33 Dominik ***@***.***> wrote:
#2248 <#2248> should be this final fix
for this.
—
Reply to this email directly, view it on GitHub
<#2216 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACVLNN4EGMQTJ33ZWS5NE32RBG6JAVCNFSM6AAAAABXRNPDH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZWGEZTQNJWGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: DL6ER]*DL6ER* left a comment (pi-hole/FTL#2216)
<#2216 (comment)>
#2248 <#2248> should be this final fix
for this.
—
Reply to this email directly, view it on GitHub
<#2216 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACVLNN4EGMQTJ33ZWS5NE32RBG6JAVCNFSM6AAAAABXRNPDH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZWGEZTQNJWGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Would it also make sense to remove any trailing commas to take care of any
previous broken migrations?
…On Sat, Feb 22, 2025, 13:06 XhmikosR ***@***.***> wrote:
Thanks!
On Sat, Feb 22, 2025, 12:33 Dominik ***@***.***> wrote:
> #2248 <#2248> should be this final
> fix for this.
>
> —
> Reply to this email directly, view it on GitHub
> <#2216 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AACVLNN4EGMQTJ33ZWS5NE32RBG6JAVCNFSM6AAAAABXRNPDH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZWGEZTQNJWGA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
> [image: DL6ER]*DL6ER* left a comment (pi-hole/FTL#2216)
> <#2216 (comment)>
>
> #2248 <#2248> should be this final
> fix for this.
>
> —
> Reply to this email directly, view it on GitHub
> <#2216 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AACVLNN4EGMQTJ33ZWS5NE32RBG6JAVCNFSM6AAAAABXRNPDH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZWGEZTQNJWGA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
I don't think we need to remove trailing commas, they should have no negative effects. This issue is now fixed in FTL v6.0.3. Please all go back to
in case you switched to a special branch in the course of this issue. The special branch is now abandoned and won't receive updates in the future. |
Versions
Platform
Expected behavior
Actual behavior / bug
Steps to reproduce
see above
Debug Token
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
With #2115 there was a report, that the domain is considered required although the documentation states it's optional.
With #2116 the config validator has been updated to treat domain as optional.
The dnsmasq config writer however still expects the domain to be set:
FTL/src/config/dnsmasq_config.c
Lines 503 to 508 in eaa7dbb
The text was updated successfully, but these errors were encountered: