add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

36
pages.zh/linux/pihole.md Normal file
View File

@@ -0,0 +1,36 @@
# pihole
> Pi-hole 广告拦截 DNS 服务器的终端接口。
> 更多信息:<https://docs.pi-hole.net/core/pihole-command/>.
- 检查 Pi-hole 守护进程的状态:
`pihole status`
- 更新 Pi-hole 和 Gravity
`pihole -up`
- 监控详细系统状态:
`pihole chronometer`
- 启动或停止守护进程:
`pihole {{enable|disable}}`
- 重启守护进程(而不是服务器本身):
`pihole restartdns`
- 将域名添加到白名单或黑名单:
`pihole {{whitelist|blacklist}} {{example.com}}`
- 在列表中搜索域名:
`pihole query {{example.com}}`
- 打开连接的实时日志:
`pihole tail`