Advertisement
Guest User

dnsmasq.conf

a guest
Mar 28th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. # disables dnsmasq reading any other files like /etc/resolv.conf for nameservers
  2. no-resolv
  3. # Interface to bind to
  4. interface=wlan0
  5. # Specify starting_range,end_range,lease_time
  6. dhcp-range=10.10.10.10,10.10.10.254,24h
  7. # dns addresses to send to the clients
  8. server=8.8.8.8
  9. server=8.8.4.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement