You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
311 B
11 lines
311 B
# RFC6761 included configuration file for dnsmasq
|
|
#
|
|
# includes a list of domains that should not be forwarded to Internet name servers
|
|
# to reduce burden on them, asking questions that they won't know the answer to.
|
|
|
|
server=/bind/
|
|
server=/invalid/
|
|
server=/local/
|
|
server=/localhost/
|
|
server=/onion/
|
|
server=/test/
|
|
|