Replies: 1 comment 2 replies
-
So, I think two things:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just set up the DHCP server inside adguard-home addon, figure it is less likely to change than my wifi/router is. But I prefer the ".local" local domain name and AdGuard Home defaults to ".lan"
It would be nice if this was easily configurable from the addon settings.
Currently, you can manually change it like this:
From the local console (hassos inside ProxMox for me, note that the SSH addon won't get you to the hypervisor-level console):
"login" (gets you to the hypervisor-level console)
"docker exec -it addon_a0d7b954_adguard /bin/bash" (gets you to the addon's console)
vi /data/adguard/AdGuardHome.yaml (opens the file in vi editor)
downarrow to line 66 for me, the line that says " local_domain_name: lan", rightarrow over to "lan", delete key 3 times to delete "lan", a to stard adding text, "local" (or what you want), esc, :wq
s6-svc -r /var/run/s6/services/adguard (restarts the service)
Beta Was this translation helpful? Give feedback.
All reactions