snippetbashTip
AdGuardHome — A network-wide software for blocking ads & tracking. More information: <https://github.com/AdguardTe
Viewed 0 times
widecommandnetworksoftwarecliblockingforadguardhome
Problem
How to use the
AdGuardHome command: A network-wide software for blocking ads & tracking. More information: <https://github.com/AdguardTeam/AdGuardHome>.Solution
AdGuardHome — A network-wide software for blocking ads & tracking. More information: <https://github.com/AdguardTeam/AdGuardHome>.Run AdGuard Home:
AdGuardHomeSpecify 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 startReload the configuration for the AdGuard Home service:
AdGuardHome --service reloadStop or restart the AdGuard Home service:
AdGuardHome --service {{stop|restart}}Code Snippets
Run AdGuard Home
AdGuardHomeSpecify 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 startContext
tldr-pages: common/AdGuardHome
Revisions (0)
No revisions yet.