2020-05-21 02:28:19 +01:00
|
|
|
# AdGuardHome
|
|
|
|
|
|
|
|
> A network-wide software for blocking ads & tracking.
|
|
|
|
> More information: <https://github.com/AdguardTeam/AdGuardHome>.
|
|
|
|
|
|
|
|
- Run AdGuard Home:
|
|
|
|
|
|
|
|
`AdGuardHome`
|
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
- Specify a configuration file:
|
2020-05-21 02:28:19 +01:00
|
|
|
|
|
|
|
`AdGuardHome --config {{path/to/AdGuardHome.yaml}}`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Store the data in a specific work directory:
|
2020-05-21 02:28:19 +01:00
|
|
|
|
|
|
|
`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}}`
|