From e90b47bcbd01db23fb5520edf2f61a0cf853dc59 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 16 Jun 2026 10:33:16 +0200 Subject: [PATCH] Add mDNS idea --- README.md | 1 + projects/infrastructure/mdns.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 projects/infrastructure/mdns.md diff --git a/README.md b/README.md index 9f06c86..11b054c 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Name | Status | Blog Entries [Vault Agents](./projects/infrastructure/vault-agents.md) | - | - [VMs in Nomad](./projects/infrastructure/vms-in-nomad.md) | - | - [Try copyparty](./projects/infrastructure/try-copyparty.md) | - | - +[mDNS](./projects/infrastructure/mdns.md) | - | - ## Theory Projects Name | Status | Blog Entries diff --git a/projects/infrastructure/mdns.md b/projects/infrastructure/mdns.md new file mode 100644 index 0000000..214e2ce --- /dev/null +++ b/projects/infrastructure/mdns.md @@ -0,0 +1,3 @@ +# mDNS +Look into mDNS for my local server setup stuff. +Especially using it for handling the dynamic configuration of nomad, consul and vault servers in their respective clients.