Pi CLI
v20240309-041106


pihole-FTL.db 데이터베이스를 분석 할 수있는 새로 추가 된 기능을 가지고 있습니다. 클라이언트, 쿼리 및 광고 도메인 데이터를 포함하여 모든 시간 데이터를 추출하고 분석 할 수 있습니다.~$ 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 있습니다. 컴파일 대상은 다음과 같습니다. win , mac 및 linux
PI-CLI가 유용하다고 생각되면 Pi-Hole 프로젝트에 기부하는 것을 고려하십시오.
또는 Pi-Cli를 더 유용하게 만들기 위해 코드를 제출하십시오!