From 8a9a0e82226eee23750d59dc9934368659d1b313 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Thu, 21 May 2020 02:28:19 +0100 Subject: [PATCH] adguardhome: add page (#4055) --- pages/common/adguardhome.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/common/adguardhome.md diff --git a/pages/common/adguardhome.md b/pages/common/adguardhome.md new file mode 100644 index 000000000..7bdd04b5e --- /dev/null +++ b/pages/common/adguardhome.md @@ -0,0 +1,32 @@ +# AdGuardHome + +> A network-wide software for blocking ads & tracking. +> More information: . + +- 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}}`