Pi CLI
v20240309-041106


pihole-FTL.db数据库使用长期数据存储用于PI孔。它可以提取和分析所有时间数据,包括客户端,查询和广告域数据。~$ picli [global options] command [command options] [arguments...]为了帮助,运行~$ picli h
在命令帮助下,运行~$ picli <command> h
对于子命令的帮助,运行~$ picli <command> -h
setup, s Configure Pi-CLI
config, c Interact with stored configuration settings
run, r Run a one off command without booting the live view
database, d Analytics options to run on a Pi-Hole's FTL database
help, h Shows a list of commands or help for one command
config命令管理存储的配置数据
delete, d Delete stored config data (config file and API key)
view, v View config stored config data (config file and API key)
help, h Shows a list of commands or help for one command
run命令运行一个没有实时视图的单个命令
summary, s Extract a basic summary of data from the Pi-Hole
top-forwarded, tf Extract the current top 10 forwarded DNS queries
top-blocked, tb Extract the current top 10 blocked DNS queries
latest-queries, lq Extract the latest queries
enable, e Enable the Pi-Hole
disable, d Disable the Pi-Hole
help, h Shows a list of commands or help for one command
database命令这些命令是针对Pi-hole的FTL数据库文件运行的,并提供了所有时间数据指标
client-summary, cs Summary of all Pi-Hole clients
top-queries, tq Returns the top (all time) queries
help, h Shows a list of commands or help for one command
我在哪里获取我的API键?
预编译二进制文件?
我如何编译自己?
Makefile ,可用于Windows,Mac和Linux上的编译。汇编目标是: win , mac和linux
如果您发现Pi-CLI有用,请考虑向Pi-Hole项目捐款
或者,随时提交代码以使Pi-CLI更有用!