Pi-hole FTLDNS

Edit Package pihole-ftl

FTLDNS™ (pihole-FTL) provides an interactive API and also generates statistics for Pi-hole®'s Web interface.

Fast: stats are read directly from memory by coupling our codebase closely with dnsmasq
Versatile: upstream changes to dnsmasq can quickly be merged in without much conflict
Lightweight: runs smoothly with minimal hardware and software requirements such as Raspberry Pi Zero
Interactive: our API can be used to interface with your projects
Insightful: stats normally reserved inside of dnsmasq are made available so you can see what's really happening on your network

Refresh
Refresh
Source Files
Filename Size Changed
FTL-5.22.tar.gz 0003581384 3.42 MB
SUSE.readme 0000000512 512 Bytes
_service 0000000678 678 Bytes
fortify_source_3.patch 0000001293 1.26 KB
permissions 0000000267 267 Bytes
pihole-FTL.conf.in 0000002414 2.36 KB
pihole-ftl.changes 0000074188 72.4 KB
pihole-ftl.service 0000000580 580 Bytes
pihole-ftl.spec 0000005259 5.14 KB
rpmlintrc 0000000319 319 Bytes
shared_libraries.patch 0000001068 1.04 KB
Revision 31 (latest revision is 40)
Samu Voutilainen's avatar Samu Voutilainen (Smar) committed (revision 31)
- Update to version 5.22:
  * Bump actions/checkout from 3.3.0 to 3.4.0
  * Update dnsmasq version to pi-hole-v2.89-9461807
  * Add RISC-V 64-bit support and builds
  * Add .codespellignore file to fix spell-checker action
  * Remove limitation on --dynamic-host.
  * Fix DHCPv6 "use multicast" response which previously failed to set the message type correctly.
  * Allow configuring filter-A/AAAA via dbus.
  * Generalise cached NXDOMAIN replies.
  * Set the default maximum DNS UDP packet size to 1232.
  * Fix possible SEGV when no servers defined.
  * Fix --rev-server option. It was broken in 1db9943c6879c160a5fbef885d5ceadd3668b74d when resolving upstream servers by name was extended to --rev-server without accounting for the fact that re-using one and the same upstream server for each of the x.y.z.in-addr.arpa is actually a wanted feature
  * Avoid undefined behaviour with the ctype(3) functions.
  * Put version.ftl also behind new no-ident config option
  * Apply Pi-hole SQLite3 patches
  * Update embedded SQLite3 engine to version 3.41.1
  * Remove last traces of temporarily added benchmarking tools. Also remove the hint about ABP domains, this can easily be checked in gravity
  * Remove debugging timing output
  * Set abp_domains = 1 during the CI tests.
  * Use property "abp_domains" from info table to decide whether ABP blocking is to be used or not. Also log when FTL enabled ABP-style blocking
  * Add timing for ABP style detection
  * Update src/database/gravity-db.c
  * Fix spellcheck to get things deployed
  * Fix handling of rare (but possible) gravity database issues such as "list not available"
  * Do not use a new option but instead automatically detect if ABP-style domains are present in the database. This ensures that this addition comes at no extra costs to any installs using pure HOSTS-style adlists.
  * Add ABP format blocking support for gravity. Note that the option needs to be switched on by setting GRAVITY_ABP_STYLE=true in pihole-FTL.conf to avoid running this computationally expensive task on the vast majority of user databases only fed from properly formatted HOSTS lists. Gravity can enable the setting when it detects ABP format automatically.
  * Update dnsmasq version to 2.89
  * Update dnsmasq version to 2.89rc1
  * New syntax: querytype=A accepts now also a list (like querytype=A,AAAA,MX). You can use the exclamation mark as before for inversion (querytype=!A) matches everything BUT type A queries. This has now been extended to be able to invert a list, too (like (querytype=!A,AAAA matches everything BUT A and AAAA queries)
  * Add --no-ident option.
Comments 0