1

openwrt DNS over HTTPS (Device Names)

Hi,

I'm using openwrt setup with DNS over HTTPS which uses "/etc/config/https-dns-proxy" for its config.

Mine is set up like the below, does anyone know the option to send the device names and IP's like the Next DNS CLI would do?

config main 'config'
    option update_dnsmasq_config '*'
    option force_dns '1'
    list force_dns_port '53'
    list force_dns_port '853'

config https-dns-proxy
    option listen_addr '127.0.0.1'
    option listen_port '5053'
    option user 'nobody'
    option group 'nogroup'
    option bootstrap_dns '45.90.28.49,45.90.30.49'
    option resolver_url 'https://dns.nextdns.io/xxxxx'
 

1 reply

null
    • BigDargon
    • 1 yr ago
    • Reported - view

    You can try changing the url https://dns.nextdns.io/xxxxx according to the instructions. Example: https://dns.nextdns.io/ID/Name

    DNS-over-HTTPS
    Append the name to the provided URL (the name should be URL encoded).
    For "John's Firefox", you would use https://dns.nextdns.io/ID/John's%20Firefox as your DNS-over-HTTPS endpoint.
    

Content aside

  • 1 Likes
  • 1 yr agoLast active
  • 1Replies
  • 604Views
  • 3 Following