Add Resolve-DnsName to Contributing and Issue Template
This commit is contained in:
3
.github/CONTRIBUTING.md
vendored
3
.github/CONTRIBUTING.md
vendored
@ -32,8 +32,7 @@ Note: This criteria applies to all of privacytools.io
|
|||||||
- supports DoH or DoT (We love DNSCrypt, but there is already https://github.com/DNSCrypt/dnscrypt-resolvers which is directly supported by dnscrypt-proxy, so we don't consider useful to list providers only supporting it).
|
- supports DoH or DoT (We love DNSCrypt, but there is already https://github.com/DNSCrypt/dnscrypt-resolvers which is directly supported by dnscrypt-proxy, so we don't consider useful to list providers only supporting it).
|
||||||
- supports DNSSEC (https://dnssec.vs.uni-due.de/ can test your current DNS provider).
|
- supports DNSSEC (https://dnssec.vs.uni-due.de/ can test your current DNS provider).
|
||||||
- doesn't log IP addresses during normal operation (If your suggestion logs, please compare its privacy policy with other servers on our table that keep logs).
|
- doesn't log IP addresses during normal operation (If your suggestion logs, please compare its privacy policy with other servers on our table that keep logs).
|
||||||
- preferably supports QNAME minimization (if you have access to the dig command, `dig +short txt qnamemintest.internet.nl`)
|
- preferably supports QNAME minimization (if you have access to the dig command, `dig +short txt qnamemintest.internet.nl` or `Resolve-DnsName -Type TXT -Name qnamemintest.internet.nl` if you are on Windows 10)
|
||||||
|
|
||||||
|
|
||||||
### VPN
|
### VPN
|
||||||
- Prioritize Products by privacy respecting nationality.
|
- Prioritize Products by privacy respecting nationality.
|
||||||
|
2
.github/ISSUE_TEMPLATE/7_DNS_provider.md
vendored
2
.github/ISSUE_TEMPLATE/7_DNS_provider.md
vendored
@ -33,4 +33,4 @@ labels: 🌐 website issue, 🗄️ DNS
|
|||||||
|
|
||||||
#### Desired features
|
#### Desired features
|
||||||
|
|
||||||
* [ ] supports QNAME minimization <!-- if you have access to the dig command, `dig +short txt qnamemintest.internet.nl` -->
|
* [ ] supports QNAME minimization <!-- if you have access to the dig command run `dig +short txt qnamemintest.internet.nl` or `Resolve-DnsName -Type TXT -Name qnamemintest.internet.nl` if you are on Windows 10 -->
|
||||||
|
Reference in New Issue
Block a user