Skip to content

Commit 076223e

Browse files
authored
Merge pull request #351 from PythonGermany/master
Fix readme typo
2 parents 8019de8 + 72c5c34 commit 076223e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The proxy supports the following protocols:
1212

1313
- [DNSCrypt v2](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/DNSCRYPT-V2-PROTOCOL.txt)
1414
- [Anonymized DNSCrypt](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/ANONYMIZED-DNSCRYPT.txt)
15-
- DNS-over-HTTP (DoH) forwarding
15+
- DNS-over-HTTPS (DoH) forwarding
1616

1717
All of these can be served simultaneously, on the same port (usually port 443). The proxy automatically detects what protocol is being used by each client.
1818

@@ -97,7 +97,7 @@ Putting it in a directory that is only readable by the super-user is not a bad i
9797

9898
## Filtering
9999

100-
Domains can be filtered directly by the proxy, see the `[filtering]` section of the configuration file. Note: Filtering only works with the DNSCrypt protocol and does not apply to DNS-over-HTTP (DoH) forwarding.
100+
Domains can be filtered directly by the proxy, see the `[filtering]` section of the configuration file. Note: Filtering only works with the DNSCrypt protocol and does not apply to DNS-over-HTTPS (DoH) forwarding.
101101

102102
## Access control
103103

0 commit comments

Comments
 (0)