$quoted_author = "Kalpesh Thaker" ; > > the problem i'm having, is that when adding a wildcard cname of *, (So that > whenever someone types domain.net without the www part it will still go to > the > website via geodns redirection)
Do you see "CNAME and other data" in your logs? You can't have a CNAME RR if there are any other RRs for that name. The right way to solve this is to: - have an A record for domain.net pointing to one of your locations - have a web server virtual host listening on that IP which HTTP redirects to www.domain.net cheers Marty _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
