Knowledge Base - FAQ
How can I setup a Dynamic DNS style record when using Kattare DNS servers?
How do I add a subdomain with Kattare?
[Submit a Question]

REPLACE Records (https://www.kattare.com/interface/dns.kvws)
Variable Description
login Your Members Section login name.
password Your Members Section password.
domain The domain name. (no www.)
fx The function you want to execute. ('REPLACE')
type Record type to REPLACE. ('A' or 'CNAME')
record The record to modify.
new_value The new value for the record. (or 'DETECT' for the IP the request is from.)
0 * * * * curl -I https://www.kattare.com/interface/dns.kvws?login=member1&password=password1&record=myserver&domain=mydomain.com&fx=REPLACE&type=A&new_value=DETECT 1>/dev/null 2>/dev/null

