![]() |
Manual DNS entry - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Manual DNS entry (/thread-13366.html) |
Manual DNS entry - ronypu - 05-10-2011 02:33 AM Hi, How I set ispcp, so don't generate www A record for domain, which shall set option for manual DNS setting? I want set www for this domain to diferent IP with manual zone record. But ispcp generate www record automatically and I add manual www record, but this is not used. Used first automatically generated record. Please help me Rony RE: Manual DNS entry - kilburn - 05-12-2011 08:12 PM You *can* manually override any DNS record by directly modifying the zone. Thinks to keep in mind when doing so: 1. You have to edit *both* the /etc/ispcp/bind/working/domain.tld.db and /var/cache/bind/domain.tld.db files. 2. You *must* increase the serial number when you change anything in the zone. 3. You also have to tell bind that you have updated the zone, with a simple "rndc reload domain.tld" ... and that's it. |