2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00
kea/doc/sphinx/uml/update.uml
2021-08-19 18:32:47 +02:00

12 lines
212 B
Plaintext

@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