Is RFC 2136 “Dynamic Updates in the Domain Name System (DNS UPDATE)” supported? #1201
Answered
by
rthalley
FestplattenSchnitzel
asked this question in
Q&A
-
|
Looking at https://dnspython.readthedocs.io/en/stable/message-update.html I think it is, but it's mentioned neither on that page nor in the DNS RFC Reference nor anywhere in the source code. That's why I'm unsure and asking here. If the answer is yes, I think I'd be great if that fact would be mentioned in at least one of the places mentioned above. |
Beta Was this translation helpful? Give feedback.
Answered by
rthalley
Jun 8, 2025
Replies: 1 comment
-
|
It is supported, the code in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rthalley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is supported, the code in the
dns.updatemodule. An example use is examples/ddns.py. I updated the RFC reference.