OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # RFC6761 included configuration file for dnsmasq |
2 | # |
||
3 | # includes a list of domains that should not be forwarded to Internet name servers |
||
4 | # to reduce burden on them, asking questions that they won't know the answer to. |
||
5 | |||
6 | server=/bind/ |
||
7 | server=/invalid/ |
||
8 | server=/local/ |
||
9 | server=/localhost/ |
||
10 | server=/onion/ |
||
11 | server=/test/ |