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-v5.8.1.tar.gz 0003225530 3.08 MB
SUSE.readme 0000000512 512 Bytes
_service 0000000449 449 Bytes
ignore-shmem.c-strncpy-error.patch 0000000601 601 Bytes
permissions 0000000267 267 Bytes
pihole-FTL.conf.in 0000002414 2.36 KB
pihole-ftl.changes 0000052341 51.1 KB
pihole-ftl.service 0000000475 475 Bytes
pihole-ftl.spec 0000004898 4.78 KB
rpmlintrc 0000000318 318 Bytes
shared_libraries.patch 0000000822 822 Bytes
Revision 15 (latest revision is 40)
Samu Voutilainen's avatar Samu Voutilainen (Smar) committed (revision 15)
--------------------------------------------------------------------
- Update to version v5.8.1
  + Retried queries due to missing DNSSEC valdiation have no upstream server (the related DNSSEC queries where retried, not this one). Hence, we shouldn't update the counts of any upstream here. This silences an incorrect "FATAL: Trying to access upstream ID -1" warning in the logs.
  + Do not terminate threads which may not be running. They'll be cleaned up at process termination anyway.
  + Ensure we clean up always behind us. Also when FTL crashes
  + Also clean up when crashing
  + Improve process-already-running detection
  + Tests: Update tests for new expected output on two concurrent instances
  + Terminate threads before closing database connections and finishing shared memory
  + Clean up after dnsmasq errors (port not available config errors, etc.)
  + Do not detach threads we want to be able to cancel and add logfile log to shared memory locks. Other forks may want to log as well.
  + Change to refreshed logo.
  + Give the images some space.
  + Center vortex.
  + Remove incorrect informaion.
  + Use dropshadowed logo
  + Escape DHCP options if necessary
  + Print raw bytes for unknown DHCP options
  + Implement DHCPv4 PCP Option (RFC 7291)
  + Resize shared memory only when locking. This ensures all shm pointers are invariant inside locks.
  + Preallocate one pagesize (usually 4K) for per-client-regex data.
  + Reduce code-duplication by using an array of shared memory pointers we can iterate on when chown-ing or deleteing.
  + Fix incorrect printf format identifier
  + Fix problem with DNS retries in 2.83/2.84.
  + Simplify preceding fix.
  + The preceeding commit changes the handling of retried queries. The logic is now changed so that distinct requests for repeated queries still get merged into a single ID/source port, but they now always trigger a re-try upstream. This effectively removes our IN-PROGRESS status so we remove the code handling this as well.
  + dhcp-host selection fix for v4/v6.
  + Correct occasional --bind-dynamic synchronization break
  + Always use <poll.h>
  + Move flags to recvmsg function in netlink
Comments 0