I'm using my VPS provider's DNS servers as a slave, and to send them notifies, I use the also-notify
function. They're making changes to the IP scheme of their DNS, which means I need to update my also-notify
, which is fine, but I'm looking to future proof.
Today I have also-notify { 1.2.3.4; 4.5.6.7 }
Could I do this instead? also-notify { ns1.my-vps; ns2.my-vps }
No comments:
Post a Comment