Skip to main content
nerdbynature
  • Archives
  • Tags
  • RSS feed
  • Atom feed
  • Imprint
  • Source

Dnsmasq fun

2010-07-23 23:07

Source

Ever wanted to setup a forwarding DNS for just one zone with Dnsmasq in DD-WRT? Here's how:

   server=/example.com/10.0.0.1
This will forward requests for *.example.com to 10.0.0.1. While we're on it, how about static DNS entries (w/o using DHCP) in DD-WRT? It's as easy as:
  address=/foo.example.com/f00.example.com/10.0.0.3
  address=/bar.example.com/b4r.example.com/10.0.0.4
  • bits
  • Previous post
  • Next post
Contents © 2023 - Powered by Nikola