Pi CLI
v20240309-041106


pihole-FTL.dbデータベースをPi holeに分析できる新しく追加された機能があります。クライアント、クエリ、ADドメインデータなど、すべてのデータを抽出および分析できます。~$ picli [global options] command [command options] [arguments...]助けを借りて、 ~$ picli hを実行します
コマンドヘルプについては、 ~$ picli <command> hを実行します
subcommandヘルプについては、 ~$ 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があります。コンパイルターゲットは、 win 、 mac 、 linuxです
Pi-Cliが便利だと思う場合は、Pi-Holeプロジェクトへの寄付を検討してください
または、Pi-Cliをさらに便利にするためにコードを送信してください!