Hello,
Will be good if dns4eu is added to the dns server list for doh and dot. Is a new dns service provided by European Union.
Hello,
Will be good if dns4eu is added to the dns server list for doh and dot. Is a new dns service provided by European Union.
Hello,
You can temporarily configure the DNS manually first.
*IP address:*
86.54.11.1
86.54.11.201
**IPv6:**
2a13:1001::86:54:11:1
2a13:1001::86:54:11:201
**DNS over HTTPS:**
protective.joindns4.eu/dns-query
**DNS over TLS:**
protective.joindns4.eu
For DoT configuration please refer to this post:
uci add stubby resolver
uci set stubby.@resolver[-1].address="2a13:1001::86:54:11:1"
uci set stubby.@resolver[-1].tls_auth_name="protective.joindns4.eu"
uci add stubby resolver
uci set stubby.@resolver[-1].address="2a13:1001::86:54:11:201"
uci set stubby.@resolver[-1].tls_auth_name="protective.joindns4.eu"
uci add stubby resolver
uci set stubby.@resolver[-1].address="86.54.11.1"
uci set stubby.@resolver[-1].tls_auth_name="protective.joindns4.eu"
uci add stubby resolver
uci set stubby.@resolver[-1].address="86.54.11.201"
uci set stubby.@resolver[-1].tls_auth_name="protective.joindns4.eu"
uci commit stubby
service stubby restart
In addition, I collected this request and submit it to PM for evaluation.
Thanks @bruce