Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showcase a DNS server with separate door servers for each DNS zone #26

Open
robertdfrench opened this issue Jul 7, 2024 · 0 comments
Open

Comments

@robertdfrench
Copy link
Owner

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant