You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea being that the DNS server can host records for multiple different zones (belonging to different customers), and that each customer could update their records independently.
sequenceDiagram
participant DNS Client
participant DNS Server
participant example.org Server
participant example.org Admin
example.org Admin->>example.org Server: door_call(SET a = 1.2.3.4)
DNS Client->>DNS Server: udp(LOOKUP a.example.org)
DNS Server->>example.org Server: door_call(GET a)
Loading
The text was updated successfully, but these errors were encountered:
The idea being that the DNS server can host records for multiple different zones (belonging to different customers), and that each customer could update their records independently.
The text was updated successfully, but these errors were encountered: