Pi-Hole: A black hole for Internet advertisements
The Pi-hole is a DNS sinkhole that protects your devices from unwanted content, without installing any client-side software.
-
Checkout Package
osc checkout Web/pi-hole && cd $_ - Create Badge
Refresh
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _service | 0000000347 347 Bytes | |
| adlists.list | 0000000314 314 Bytes | |
| config.pihole.rb | 0000001770 1.73 KB | |
| configurable-log-paths.patch | 0000003971 3.88 KB | |
| disable-sudo-need.patch | 0000001239 1.21 KB | |
| dns-servers.conf | 0000000596 596 Bytes | |
| dnsmasq.conf | 0000000271 271 Bytes | |
| fix-pihole-FTL.conf-path.patch | 0000000407 407 Bytes | |
| fix_pihole_arp_table_script.patch | 0000000516 516 Bytes | |
| fix_pihole_script_dir.patch | 0000000558 558 Bytes | |
| gravity_database.patch | 0000001775 1.73 KB | |
| no-default-flush-method.patch | 0000000549 549 Bytes | |
| pi-hole-logrotate.service | 0000000327 327 Bytes | |
| pi-hole-logrotate.timer | 0000000351 351 Bytes | |
| pi-hole-updategravity.service | 0000000407 407 Bytes | |
| pi-hole-updategravity.timer | 0000000431 431 Bytes | |
| pi-hole-v5.3.1.tar.gz | 0000149523 146 KB | |
| pi-hole.changes | 0000026780 26.2 KB | |
| pi-hole.spec | 0000009988 9.75 KB | |
| pihole-disable-features.patch | 0000006377 6.23 KB | |
| pihole-fix-run-paths.patch | 0000000700 700 Bytes | |
| pihole-script-cleanups.patch | 0000005599 5.47 KB | |
| setupVars.conf | 0000000235 235 Bytes | |
| sysconfig.pihole | 0000001626 1.59 KB | |
| system-user-pihole.conf | 0000000063 63 Bytes |
Revision 10 (latest revision is 24)
-------------------------------------------------------------------- - Update to version v5.3.1 + Store status of downloaded list (downloaded, using cache, some error, ...) and number of (in-)valid domains on this list in the gravity database. This updates the gravity databaes to version 14. + Compare checksum of downloaded list against older checksums to see if the list content changed since the last download + Only update time of last list change when we see a list for the first time or when it really changed content + Actually store correct number of domains for the individual lists (and not the sum of the so far collected number of domains) + Remove "The list is new" comment because it is superfluous + scripts/list: User same wildcard regex that the UI use + fixed typos + touch sysconfig network script when absent + update tests to fedora 33 + Moved where external.conf is included + fix typo in comment + Update piholeDebug.sh + Add hostname to teleporter backup file if called from cli + Add default noname if hostname is empty + Add missing three new columns to pihole -g -r + Aligned pihole logo to center, Fixed responsive issue (#4036) + Improve comments in basic-install.sh + pihole -g should respose GRAVITYDB in pihole-FTL.conf + Update gravity path in list.sh + Update gravity path in query.sh + Use possibly custom gravity.db location in the copying SQL script + Add some validation to passed arguments before running the values through `sed` + Improve regexes for ipv4 matching + Update regex to disallow leading zeros + Fix error trying to access undefined variables on splash page. + Update README + Obtain FTL's PID from the PID file (#4103) + Add missing closing single quote
Comments 0