Add a cloaking example of multiple IPs for a single entry

This commit is contained in:
Frank Denis 2019-10-12 21:43:03 +02:00
parent e974780026
commit af022d01b4
1 changed files with 10 additions and 0 deletions

View File

@ -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