mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
adguardhome: add page (#4055)
This commit is contained in:
parent
c298499fb0
commit
8a9a0e8222
1 changed files with 32 additions and 0 deletions
32
pages/common/adguardhome.md
Normal file
32
pages/common/adguardhome.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# AdGuardHome
|
||||
|
||||
> A network-wide software for blocking ads & tracking.
|
||||
> More information: <https://github.com/AdguardTeam/AdGuardHome>.
|
||||
|
||||
- Run AdGuard Home:
|
||||
|
||||
`AdGuardHome`
|
||||
|
||||
- Run AdGuard Home with a specific config:
|
||||
|
||||
`AdGuardHome --config {{path/to/AdGuardHome.yaml}}`
|
||||
|
||||
- Set the work directory for data to be stored in:
|
||||
|
||||
`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}}`
|
Loading…
Add table
Reference in a new issue