summaryrefslogtreecommitdiffstats
path: root/network/AdGuardHome/README
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2024-05-24 12:16:23 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-24 12:57:33 +0700
commit35ccc8b48d6600d85e579afdbc2ec97c271a0e3b (patch)
tree52162fadf4e44172b31d9f934335177ab7428bb0 /network/AdGuardHome/README
parent0359ef33f1de973638d24e802b9586a0511d9e8a (diff)
downloadslackbuilds-35ccc8b48d6600d85e579afdbc2ec97c271a0e3b.tar.gz
slackbuilds-35ccc8b48d6600d85e579afdbc2ec97c271a0e3b.tar.xz
network/AdGuardHome: Updated for version 0.107.50.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/AdGuardHome/README')
-rw-r--r--network/AdGuardHome/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/network/AdGuardHome/README b/network/AdGuardHome/README
index 6903da6680..9247b190c1 100644
--- a/network/AdGuardHome/README
+++ b/network/AdGuardHome/README
@@ -15,3 +15,18 @@ Key features of AdGuard Home:
* Force Safe search on search engines
* Per-client (device) configuration
* Access settings
+
+A simple init script /etc/rc.d/rc.AdGuardHome has been provided to run
+AdGuard Home as a daemon.
+
+In most cases, AdGuard Home should not be run as root. If there exists
+the user dnsproxy, the script /etc/rc.d/rc.AdGuardHome will run
+AdGuardHome as the user dnsproxy. This user can be created with:
+ groupadd -g 384 dnsproxy
+ useradd -u 384 -g 384 -s /sbin/nologin -M dnsproxy
+
+If the user dnsproxy does not exist, then the script
+/etc/rc.d/rc.AdGuardHome will run dnsproxy as root.
+
+Also, the script /etc/rc.d/rc.AdGuardHome assumes that the configuration
+file location is /etc/AdGuardHome/AdGuardHome.yaml