diff options
Diffstat (limited to 'network/AdGuardHome/README.SBo')
-rw-r--r-- | network/AdGuardHome/README.SBo | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/network/AdGuardHome/README.SBo b/network/AdGuardHome/README.SBo index 843901ae42..ceea66862d 100644 --- a/network/AdGuardHome/README.SBo +++ b/network/AdGuardHome/README.SBo @@ -4,7 +4,12 @@ AdGuard Home as a daemon. After first install, run # chmod +x /etc/rc.d/rc.AdGuardHome # /etc/rc.d/rc.AdGuardHome start -Then go to the initial configuration wizard at http://localhost:3000 +If no config file exists, this will start in the foreground as root. +Now go to the initial configuration wizard at http://localhost:3000 + -after you are done with the intial config, ctrl-c to exit + +To run as dnsproxy on a web or dns port below 1024 run the following +# setcap 'CAP_NET_BIND_SERVICE=+eip CAP_NET_RAW=+eip' /usr/sbin/AdGuardHome To start AdGuard Home automatically at system start, add the following to /etc/rc.d/rc.local: |