tldr/pages.zh/common/adguardhome.md
2022-03-27 02:25:15 -03:00

33 lines
689 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`
- 使用给定的配置文件运行 AdGuard Home
`AdGuardHome --config {{给定的/配置文件.yaml}}`
- 设置存储数据的工作目录:
`AdGuardHome --work-dir {{工作目录/路径}}`
- 安装或卸载 AdGuard Home 的服务:
`AdGuardHome --service {{install|uninstall}}`
- 启动 AdGuard Home 的服务:
`AdGuardHome --service start`
- 刷新 AdGuard Home 服务的设置项:
`AdGuardHome --service reload`
- 停止或重启 AdGuard Home 的服务:
`AdGuardHome --service {{stop|restart}}`