mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 03:24:04 +00:00
38 lines
788 B
Plaintext
38 lines
788 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|