[Stubby] Is there any chance adding NextDNS support?

Issue #280 wontfix
XL created an issue

NextDNS is becoming easier to use and more and more people are using it now.

Personally I would like to use my tomato with NextDNS.

For now we could using stubby_alt.yml, but it’s pretty inconvenient.

Is it possible to add a input column so we could add it easier and it will be stored in nvram?

When using stubby_alt.yml, we only need to add a few lines of NextDNS configs to it, like:

round_robin_upstreams: 1
upstream_recursive_servers:

  • address_data: x.x.x.x
    tls_auth_name: "xxxx.dns.nextdns.io"
  • address_data: xxxx:xxxx::x
    tls_auth_name: "xxxx.dns.nextdns.io"
  • address_data: x.x.x.x
    tls_auth_name: "xxxx.dns.nextdns.io"
  • address_data: xxxx:xxxx::x
    tls_auth_name: "xxxx.dns.nextdns.io"

So I think, it won’t be hard to add such a feature, is it?

Comments (1)

  1. Log in to comment