What's new

2nd IPv6 field LAN > DNS

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Darkling

Occasional Visitor
I have 2 Pi's whit AdGuard Home. Under LAN > DNS i can set 2x IPv4 and 1x IPv6.

@RMerlin would it be possible to add a 2nd IPv6 DNS field? So i can use both Pi's Whit AdGuard Home via IPv4 and IPv6.
 
Last edited:
I have 2 Pi's whit AdGuard Home. Under LAN > DNS i can set 2x IPv4 and 1x IPv6.

@RMerlin would it be possible to add a 2nd IPv6 DNS field? So i can use both Pi's Whit AdGuard Home via IPv4 and IPv6.

You can set 3 IPv6 DNS servers under the IPv6 tab. Whether they are honoured or not is another matter. I still use a script to set the IPv6 server, not sure it's necessary in the latest firmware.
 
The router GUI doesn’t support it for some reason, but the firmware code already supports a second value. Login via SSH and run:
Code:
nvram set ipv6_dns2_x="pihole2 IP"
nvram commit
service "restart_dnsmasq;restart_net_and_phy"
 
@RMerlin would it be possible to add a second IPv6 DNS field under LAN>DHCP? Or is this maybe planned in the future?

Thank you for all your hard work. :)
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top