A network-wide software for blocking ads and tracking.
# To run AdGuard Home:
AdGuardHome
# To run AdGuard Home with a specific config:
AdGuardHome --config <path/to/AdGuardHome.yaml>
# To set the work directory for data to be stored in:
AdGuardHome --work-dir <path/to/directory>
# To install or uninstall AdGuard Home as a service:
AdGuardHome --service <install|uninstall>
# To start the AdGuard Home service:
AdGuardHome --service start
# To reload the configuration for the AdGuard Home service:
AdGuardHome --service reload
# To stop or restart the AdGuard Home service:
AdGuardHome --service <stop|restart>