1
0

dnsmasq.conf 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # Change the following lines if you want dnsmasq to serve SRV
  2. # records.
  3. # You may add multiple srv-host lines.
  4. # The fields are <name>,<target>,<port>,<priority>,<weight>
  5. # A SRV record sending LDAP for the example.com domain to
  6. # ldapserver.example.com port 289
  7. #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389
  8. # Two SRV records for LDAP, each with different priorities
  9. #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,1
  10. #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,2
  11. # A SRV record indicating that there is no LDAP server for the domain
  12. # example.com
  13. #srv-host=_ldap._tcp.example.com
  14. # The following line shows how to make dnsmasq serve an arbitrary PTR
  15. # record. This is useful for DNS-SD.
  16. # The fields are <name>,<target>
  17. #ptr-record=_http._tcp.dns-sd-services,"New Employee Page._http._tcp.dns-sd-services"
  18. # Change the following lines to enable dnsmasq to serve TXT records.
  19. # These are used for things like SPF and zeroconf.
  20. # The fields are <name>,<text>,<text>...
  21. #Example SPF.
  22. #txt-record=example.com,"v=spf1 a -all"
  23. #Example zeroconf
  24. #txt-record=_http._tcp.example.com,name=value,paper=A4
  25. # Provide an alias for a "local" DNS name. Note that this _only_ works
  26. # for targets which are names from DHCP or /etc/hosts. Give host
  27. # "bert" another name, bertrand
  28. # The fields are <cname>,<target>
  29. #cname=bertand,bert