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更有用!