mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-23 18:37:35 +00:00
12 lines
212 B
Plaintext
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
|