$ python example.py
performing add for name ddns.example.com and origin example.com with rdtype A and ipaddr 2.3.4.5
performing add for name ddns.example.com and origin example.com with rdtype A and ipaddr 2.3.4.5
DNS error [SERVFAIL] performing add for name ddns.example.com and origin example.com with rdtype A and ipaddr 2.3.4.5
Knot didn't log anything at all. (Any hints for that config would be welcome.) Bind did log the following
Oct 5 21:07:49 localhost named[23792]: client beef::cafe#59322/key example.com: updating zone 'example.com/IN': adding an RR at 'ddns.example.com.' A
Some error in the script? Could someone point me to a working script?
Any hints are welcome!