Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

PowerDNS supermaster !

can anyone explain about the supermaster section in powerdns. can i change the domain nameservers using it & how the powerdns store the change_date in records table. i need the format of the change_date. it contain int of 11.

Comments

  • udkudk Member

    change_date is a unix timestamp iirc.

    UPDATE records SET change_date = UNIX_TIMESTAMP() WHERE id = 1;

  • thank you very much @udk, what about the supermasters table.

Sign In or Register to comment.