2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-23 02:17:33 +00:00
kea/doc/sphinx/uml/update.uml

12 lines
212 B
Plaintext
Raw Normal View History

@startuml
title DNS Update Exchange (GSS-TSIG hook)
participant "Kea D2 server" as Kea
participant "DNS server" as DNS
Kea -> DNS: DNS update request (signed)
DNS -> Kea: DNS update response (signed)
@enduml