Diff for /embedaddon/dnsmasq/dnsmasq.conf.example between versions 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2021/03/17 00:56:46 version 1.1.1.5, 2023/09/27 11:02:07
Line 85 Line 85
 # subdomains to the vpn and search ipsets:  # subdomains to the vpn and search ipsets:
 #ipset=/yahoo.com/google.com/vpn,search  #ipset=/yahoo.com/google.com/vpn,search
   
   # Add the IPs of all queries to yahoo.com, google.com, and their
   # subdomains to netfilters sets, which is equivalent to
   # 'nft add element ip test vpn { ... }; nft add element ip test search { ... }'
   #nftset=/yahoo.com/google.com/ip#test#vpn,ip#test#search
   
   # Use netfilters sets for both IPv4 and IPv6:
   # This adds all addresses in *.yahoo.com to vpn4 and vpn6 for IPv4 and IPv6 addresses.
   #nftset=/yahoo.com/4#ip#test#vpn4
   #nftset=/yahoo.com/6#ip#test#vpn6
   
 # You can control how dnsmasq talks to a server: this forces  # You can control how dnsmasq talks to a server: this forces
 # queries to 10.1.2.3 to be routed via eth1  # queries to 10.1.2.3 to be routed via eth1
 # server=10.1.2.3@eth1  # server=10.1.2.3@eth1
Line 384 Line 394
   
 # The following DHCP options set up dnsmasq in the same way as is specified  # The following DHCP options set up dnsmasq in the same way as is specified
 # for the ISC dhcpcd in  # for the ISC dhcpcd in
# http://www.samba.org/samba/ftp/docs/textdocs/DHCP-Server-Configuration.txt# https://web.archive.org/web/20040313070105/http://us1.samba.org/samba/ftp/docs/textdocs/DHCP-Server-Configuration.txt
 # adapted for a typical dnsmasq installation where the host running  # adapted for a typical dnsmasq installation where the host running
 # dnsmasq is also the host running samba.  # dnsmasq is also the host running samba.
 # you may want to uncomment some or all of them if you use  # you may want to uncomment some or all of them if you use

Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>