Skip to content
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

Updated Pihole adlist format #5

Closed
RobTulloch opened this issue Apr 20, 2021 · 1 comment
Closed

Updated Pihole adlist format #5

RobTulloch opened this issue Apr 20, 2021 · 1 comment

Comments

@RobTulloch
Copy link

The pihole adlist format now expects 10 columns and the INSERT breaks on the NULL values that get autofilled.
Line 73 in adlists-updater.sh needs to be updated to read:
echo "${rowid},\"${domain}\",1,${timestamp},${timestamp},\"Added by Updater\",,0,0,0" >> "${tmpFile}"

@JavanXD
Copy link
Owner

JavanXD commented Apr 22, 2021

Thanks, updated it with 9100948

@JavanXD JavanXD closed this as completed Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants