BetterCAP example DNS server redirection file.
# Empty lines or lines starting with # will be ignored. # redirect *.google.com to the attacker ip address local .*google\.com # redirect *.microsoft.com to 10.10.10.10 10.10.10.10 .*microsoft\.com