paulc / dnslib

A Python library to encode/decode DNS wire-format packets
https://github.com/paulc/dnslib
BSD 2-Clause "Simplified" License
295 stars 84 forks source link

How do I update dns dynamically? #38

Closed ikhwanperwira closed 1 year ago

ikhwanperwira commented 2 years ago

I used to update dns manually with using nsupdate command with bind9 as DNS Server

Now I'm succeed using DNS Server/Client with this library, thank you so much.

I'm wonder should I make my own algorithm or own program, or there is already feature in this library?

In nsupdate command, there was update section instead of addition section nor answer section. So there's special section to update like that, but that readme.me didn't mention it. Instead, it mention DNSSec which it's one component for updating?

paulc commented 1 year ago

This library only provides encoding/decoding - you need to implement this in your application