Replies: 3 comments 1 reply
-
I think you need to edit the config file and use option 6, e.g. |
Beta Was this translation helpful? Give feedback.
-
Thanks - I'm new to this - I edited the AdGuardHome.yaml file as shown below. The intent for the secondary dns is so that if my Rpi with adguardhome fails, I still have internet access. However, when I shut down the Rpi, I still lose access. Perhaps my syntax for option 6 is wrong? dhcpv4:
|
Beta Was this translation helpful? Give feedback.
-
The syntax should be something like this However, what you are trying to do won't work as you expect it to. The DHCP server will return 2 DNS servers to the clients and the clients are free to use whichever one they want and switch between them. Even though they are called primary and secondary, there's no order implied, they are considered equivalent. So some DNS requests will go through your AGH, others will go directly to Quad9 and won't be filtered. If you want redundancy, you need 2 installations of AGH, on 2 devices, configured the same way. For now you'd have to maintain the configs in sync manually, though see this issue #573 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does AGH for linux have a secondary DNS Server option inside the AGH DHCP function (as a backup should my Rpi fail or shut down)?
Beta Was this translation helpful? Give feedback.
All reactions