Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-30 | 4.6 kB | |
v6.1 source code.tar.gz | 2025-05-30 | 106.8 kB | |
v6.1 source code.zip | 2025-05-30 | 144.8 kB | |
Totals: 3 Items | 256.2 kB | 0 |
What's Changed
- build
gravityDBfile_default
like the other variables by @mwoolweaver in https://github.com/pi-hole/pi-hole/pull/6133 - Add CentOS 10 to test suite by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6126
- Ensure gravity_Cleanup() checks the correct directory by @mwoolweaver in https://github.com/pi-hole/pi-hole/pull/6131
- Add recommended fields to the deb package by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6054
- Add webserver log to piholeLogFlush.sh by @jacklul in https://github.com/pi-hole/pi-hole/pull/6049
- Update update.sh, updatecheck.sh and uninstall.sh to honour pihole.to… by @nexusgoblin in https://github.com/pi-hole/pi-hole/pull/5981
- Move list parsing entirely into FTL by @DL6ER in https://github.com/pi-hole/pi-hole/pull/6105
- Remove no-longer-needed
pihole
sudoers file by @PromoFaux in https://github.com/pi-hole/pi-hole/pull/6143 - versions file should readable by others (make pihole -v work for non-root users) by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6002
- Reduce code duplication in piholeLogFlush by @PromoFaux in https://github.com/pi-hole/pi-hole/pull/6148
- Add ON DELETE CASCADE to FOREIGN KEY REFERENCES in gravity.db by @DL6ER in https://github.com/pi-hole/pi-hole/pull/6113
- Install on IPv6-only/DNS64/NAT64 system by @rrobgill in https://github.com/pi-hole/pi-hole/pull/6144
- Treat FTL return data as strings - part II by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6184
- Remove duplicated code checking if adlist domain is blocked locally by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6183
- Fix gravity waiting forever for DNS by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6196
- Remove check for supported OS by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6206
- Remove unused $target from gravity by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6192
- Remove reference to telnet and chronometer in README by @rrobgill in https://github.com/pi-hole/pi-hole/pull/6188
- Add Fedora 42 to tests by @darkexplosiveqwx in https://github.com/pi-hole/pi-hole/pull/6177
- Extend .gitignore by @darkexplosiveqwx in https://github.com/pi-hole/pi-hole/pull/6215
- Use CODEOWNERS instead of deprecated dependbot/reviewers by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6213
- Set dns.interface during installation by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6216
- Allow alternative cron daemons on Debian by @z0rc in https://github.com/pi-hole/pi-hole/pull/6180
- Fix API logic in api.sh by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6193
- Do not try to upgrade gravity if it does not exist by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6218
- All gravity related files and dirs should be owned by pihole:pihole by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6186
- Give FTL 60 seconds for graceful shutdown by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6187
- Use shell parameter expansion to split http_code and payload for api.sh by @dschaper in https://github.com/pi-hole/pi-hole/pull/6230
- Change FTLcheckUpdate to use api.github.com and
jq
to retrieve tag_name by @rdwebdesign in https://github.com/pi-hole/pi-hole/pull/6229 - Update
get_available_interfaces()
to correctly filter loopback device (lo
) by @PiotrTyrakowski in https://github.com/pi-hole/pi-hole/pull/6236 - Allow simple
pihole api
output, containing only the JSON payload by @rdwebdesign in https://github.com/pi-hole/pi-hole/pull/6096 - Function
gravity_CheckDNSResolutionAvailable()
should return 0 if DNS resolution is available by @rdwebdesign in https://github.com/pi-hole/pi-hole/pull/6240 - Use a more general method to determine whether systemd is the init system by @DL6ER in https://github.com/pi-hole/pi-hole/pull/6043
- Use PID1 to determine which command to use when toggeling services by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6245
- Allow to get API URL from local.api.ftl even if DNS port has changed by @yubiuser in https://github.com/pi-hole/pi-hole/pull/6252
New Contributors
- @nexusgoblin made their first contribution in https://github.com/pi-hole/pi-hole/pull/5981
- @darkexplosiveqwx made their first contribution in https://github.com/pi-hole/pi-hole/pull/6177
- @z0rc made their first contribution in https://github.com/pi-hole/pi-hole/pull/6180
Full Changelog: https://github.com/pi-hole/pi-hole/compare/v6.0.6...v6.1