mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-29 00:30:30 +01:00
Add a cloaking example of multiple IPs for a single entry
This commit is contained in:
parent
e974780026
commit
af022d01b4
@ -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 <pattern> <ip> pair per line.
|
||||
|
||||
# ads.* 192.168.100.1
|
||||
# ads.* 192.168.100.2
|
||||
# ads.* ::1
|
||||
|
Loading…
Reference in New Issue
Block a user