Files
tldr/pages.zh/common/adguardhome.md

32 lines
674 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AdGuardHome
> 一款用于全网络广告和跟踪阻止的软件。
> 更多信息:<https://github.com/AdguardTeam/AdGuardHome>。
- 运行 AdGuard Home
`AdGuardHome`
- 指定配置文件:
`AdGuardHome --config {{path/to/AdGuardHome.yaml}}`
- 将数据存储在特定的工作目录中:
`AdGuardHome --work-dir {{path/to/directory}}`
- 作为服务安装或卸载 AdGuard Home
`AdGuardHome --service {{install|uninstall}}`
- 启动 AdGuard Home 服务:
`AdGuardHome --service start`
- 重新加载 AdGuard Home 服务的配置:
`AdGuardHome --service reload`
- 停止或重启 AdGuard Home 服务:
`AdGuardHome --service {{stop|restart}}`