diff --git a/dnscrypt-proxy/example-cloaking-rules.txt b/dnscrypt-proxy/example-cloaking-rules.txt index 314d7b54..ef9c8926 100644 --- a/dnscrypt-proxy/example-cloaking-rules.txt +++ b/dnscrypt-proxy/example-cloaking-rules.txt @@ -23,5 +23,15 @@ youtubei.googleapis.com restrictmoderate.youtube.com youtube.googleapis.com restrictmoderate.youtube.com www.youtube-nocookie.com restrictmoderate.youtube.com +# Multiple IP entries for the same name are supported. +# In the following example, the same name maps both to IPv4 and IPv6 addresses: + localhost 127.0.0.1 localhost ::1 + +# For load-balancing, multiple IP addresses of the same class can also be +# provided using the same format, one pair per line. + +# ads.* 192.168.100.1 +# ads.* 192.168.100.2 +# ads.* ::1