Meta Configuration of Package pihole-ftl
16
1
<package name="pihole-ftl" project="Web">
2
<title>Pi-hole FTLDNS</title>
3
<description>FTLDNS™ (pihole-FTL) provides an interactive API and also generates statistics for Pi-hole®'s Web interface.
4
5
Fast: stats are read directly from memory by coupling our codebase closely with dnsmasq
6
Versatile: upstream changes to dnsmasq can quickly be merged in without much conflict
7
Lightweight: runs smoothly with minimal hardware and software requirements such as Raspberry Pi Zero
8
Interactive: our API can be used to interface with your projects
9
Insightful: stats normally reserved inside of dnsmasq are made available so you can see what's really happening on your network
10
</description>
11
<build>
12
<disable repository="openSUSE_Tumbleweed"/>
13
<enable arch="x86_64" repository="openSUSE_Tumbleweed"/>
14
</build>
15
</package>
16