@
Tink # Change the following lines if you want dnsmasq to serve SRV
# records.
# You may add multiple srv-host lines.
# The fields are <name>,<target>,<port>,<priority>,<weight>
# A SRV record sending LDAP for the
example.com domain to
#
ldapserver.example.com port 289
#srv-host=
_ldap._tcp.example.com,
ldapserver.example.com,389
# Two SRV records for LDAP, each with different priorities
#srv-host=
_ldap._tcp.example.com,
ldapserver.example.com,389,1
#srv-host=
_ldap._tcp.example.com,
ldapserver.example.com,389,2
# A SRV record indicating that there is no LDAP server for the domain
#
example.com#srv-host=
_ldap._tcp.example.com# The following line shows how to make dnsmasq serve an arbitrary PTR
# record. This is useful for DNS-SD.
# The fields are <name>,<target>
#ptr-record=_http._tcp.dns-sd-services,"New Employee Page._http._tcp.dns-sd-services"
# Change the following lines to enable dnsmasq to serve TXT records.
# These are used for things like SPF and zeroconf.
# The fields are <name>,<text>,<text>...
#Example SPF.
#txt-record=
example.com,"v=spf1 a -all"
#Example zeroconf
#txt-record=
_http._tcp.example.com,name=value,paper=A4
# Provide an alias for a "local" DNS name. Note that this _only_ works
# for targets which are names from DHCP or /etc/hosts. Give host
# "bert" another name, bertrand
# The fields are <cname>,<target>
#cname=bertand,bert
no-resolv
server=127.0.0.1#5353
log-queries
#Google
ipset=/.google.com/setmefree
ipset=/.google.com.hk/setmefree
ipset=/.google.com.tw/setmefree
ipset=/.google.com.jp/setmefree
ipset=/.gstatic.com/setmefree
ipset=/.ggpht.com/setmefree
ipset=/.googleusercontent.com/setmefree
ipset=/.appspot.com/setmefree
ipset=/.googlecode.com/setmefree
ipset=/.googleapis.com/setmefree
ipset=/.google
-analytics.com/setmefreeipset=/.youtube.com/setmefree
ipset=/.googlevideo.com/setmefree
ipset=/.youtube
-nocookie.com/setmefreeipset=/.ytimg.com/setmefree
ipset=/.blogspot.com/setmefree
ipset=/.blogger.com/setmefree
#FaceBook
ipset=/.facebook.com/setmefree
ipset=/.thefacebook.com/setmefree
ipset=/.facebook.net/setmefree
ipset=/.fbcdn.net/setmefree
ipset=/.akamaihd.net/setmefree
#Twitter
ipset=/.twitter.com/setmefree
ipset=/.t.co/setmefree
ipset=/.bitly.com/setmefree
ipset=/.twimg.com/setmefree
ipset=/.tinypic.com/setmefree
ipset=/.yfrog.com/setmefree
#Flickr
ipset=/.flickr.com/setmefree
ipset=/.staticflickr.com/setmefree
#Wordpress
ipset=/.wordpress.org/setmefree
ipset=/.wordpress.com/setmefree
ipset=/.w.org/setmefree
ipset=/.wp.com/setmefree
#Others
ipset=/.dropbox.com/setmefree
ipset=/.github.com/setmefree
ipset=/.hk/setmefree
ipset=/.tw/setmefree
ipset=/.btdigg.org/setmefree
ipset=/.keepvid.com/setmefree
ipset=/.feedly.com/setmefree
ipset=/.godaddy.com/setmefree
ipset=/.digicert.com/setmefree
ipset=/.gravatar.com/setmefree
ipset=/.live.com/setmefree
ipset=/.zdassets.com/setmefree
ipset=/.cloudfront.net/setmefree
ipset=/.instagram.com/setmefree
ipset=/.playstation.net/setmefree
ipset=/.akadns.net/setmefree
是这个?