blob: 9738f30adef97ff74060a6fa93f4f7e3547b1f5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@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
|