1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/adguardhome.md
Vitor Henrique d79a1667e3
pages*: refine wording (#12132)
* pages*: refine wording

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-02-09 19:25:36 +05:30

32 lines
695 B
Markdown

# AdGuardHome
> A network-wide software for blocking ads & tracking.
> More information: <https://github.com/AdguardTeam/AdGuardHome>.
- Run AdGuard Home:
`AdGuardHome`
- Specify a configuration file:
`AdGuardHome --config {{path/to/AdGuardHome.yaml}}`
- Store the data in a specific work directory:
`AdGuardHome --work-dir {{path/to/directory}}`
- Install or uninstall AdGuard Home as a service:
`AdGuardHome --service {{install|uninstall}}`
- Start the AdGuard Home service:
`AdGuardHome --service start`
- Reload the configuration for the AdGuard Home service:
`AdGuardHome --service reload`
- Stop or restart the AdGuard Home service:
`AdGuardHome --service {{stop|restart}}`