Commit Graph

257 Commits (f5237db580e171488bbf89999c5e5815fd8a78db)

Author SHA1 Message Date
Adam Warner 761fd13a70
Remove quotes from the uniqDomains array to actually whitelist the sources
7 years ago
Adam Warner c24e5cd3f6
:codacy: :codacy2: :codacy3:
7 years ago
Adam Warner cc3035267f
Revert parsing method to that of 3.1.4. New Method is allowing illegal lists through, and that is causing issues such as blocking www.google.com. This method will just throw away invalid list entries.
7 years ago
Jacob Salmela 80e17ab721
potentially fixes #1806 by falling back to dig if getent fails
7 years ago
Mcat12 8d721d086c
Modify indentation
7 years ago
DL6ER 6f0bb30def
Improve indentation
7 years ago
DL6ER c54f04ef4c
Repair username:password filtering
7 years ago
DL6ER eb83081a5c
Clarify error message: File could also have been of zero size
7 years ago
DL6ER 8976930e20
Properly detect if local file was successfully downloaded
7 years ago
DL6ER 164a81776e
Allow to add local lists to gravity using e.g. file:///path/to/my.list in adlists.list
7 years ago
DL6ER 39ab1e1ea7
When using the Pi-hole DHCP server, local host names are called "something.local". Thir PR ensures that clients that are connected via VPN are augmented by a similar suffix like "someother.vpn".
7 years ago
spacedingo 60365ad36a Update gravity.sh
7 years ago
spacedingo 466e6d9b30 Redo pull #1687
7 years ago
WaLLy3K b9bcfe36ff Place errors on newline
7 years ago
WaLLy3K cd7c00ef8e Fix Ctrl-C inadvertently deleting domains files
7 years ago
WaLLy3K 3aa525b0c0 Ensure domains files are not deleted upon w/blist
7 years ago
WaLLy3K 47099e2855 Ensure resolver test occurs each second
7 years ago
WaLLy3K 2deb2bf03f Fix broken whitelist functionality
7 years ago
WaLLy3K a6f9272d4b Fix gravity from only parsing one adlist URL
7 years ago
Adam Warner 8d8482d60b
`<<<$()` back to `< <()`
7 years ago
WaLLy3K d02bf258af Improve non-standard list parsing
7 years ago
WaLLy3K c957124fad Optimised parsing of domains on IPv6 servers
7 years ago
WaLLy3K ff5411a93a Add 'Connection Refused' for 000 status
7 years ago
WaLLy3K d3073e5e23 Fix array of unique $sourceDomains
7 years ago
WaLLy3K 8191ec01e5 Gravity Bugfixes
7 years ago
WaLLy3K 0a00936e99 Update resolver test & added more comments
7 years ago
WaLLy3K f24ab8508e WIP cleanup
7 years ago
WaLLy3K 6830b08723 Clean up and optimise Gravity
7 years ago
Mcat12 1e31fa89aa Remove /* from IPv6 as well as IPv4
7 years ago
Adam Warner 536585b846 Colourise Core Output Text (#1471)
7 years ago
DL6ER 05798fe07a
cp + rm === mv (well, almost)
7 years ago
DL6ER 8bad56e897
Improve displayed messages and overall logic
7 years ago
DL6ER 92e691408f
Remove useless cat
7 years ago
DL6ER 0a9c234127
Add "pihole -g -b" to *only* update black.list (saves a bunch of time when adding/changing only blacklisted files - won'tdownload lal lists, but only processes the blacklist and restars dnsmasq)
7 years ago
DL6ER 0283a1ab74
Introduce new file black.list for blacklist content
7 years ago
Dan Schaper 6a2b885988
Update default User Agent to modern browser.
7 years ago
Mcat12 5e308dbd51 Delete the temp files created by gravity
7 years ago
Mcat12 a96b4d28e1 Merge pull request #1365 from pi-hole/adlistImprovements
7 years ago
Mcat12 ce86205df0 Use correct agent when downloading adaway.org list
7 years ago
Adam Warner 02040cd25d
We no longer need to do this, either
7 years ago
Adam Warner bdc6bd4135
Don't need this comment anymore
7 years ago
Adam Warner e720de401d
One file to rule them all, same functionality (made changes and want to go back to default? Delete your adlists.list)
7 years ago
Adam Warner ce97896ffd
account for new `adlists.custom` file
7 years ago
DL6ER d7b5870ba6
Use absolute path for pihole command in gravity.sh. Fixes #1318
7 years ago
Jacob Salmela 7a1a2dec67
update license to EUPL on core files
7 years ago
Markus Napp 66616eb0f0 Rename missing plurals check
7 years ago
Markus Napp 72a1fc3f64 Fix output for wildcards in gravity.sh
7 years ago
DL6ER a8ac212ee6
Show number of wildcard blocked domains in gravity's summary
7 years ago
Promofaux c2e1819098 This should not have been commented out. It's stopping any changes we make to the default lists getting out.
7 years ago
DL6ER 322cb2387b
Also accept the last line of the adlist file if there is no newline at the end
7 years ago