Dnsmasq fun
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.1This 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