Add mDNS idea

This commit is contained in:
2026-06-16 10:33:16 +02:00
parent 04c16c1922
commit e90b47bcbd
2 changed files with 4 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ Name | Status | Blog Entries
[Vault Agents](./projects/infrastructure/vault-agents.md) | - | - [Vault Agents](./projects/infrastructure/vault-agents.md) | - | -
[VMs in Nomad](./projects/infrastructure/vms-in-nomad.md) | - | - [VMs in Nomad](./projects/infrastructure/vms-in-nomad.md) | - | -
[Try copyparty](./projects/infrastructure/try-copyparty.md) | - | - [Try copyparty](./projects/infrastructure/try-copyparty.md) | - | -
[mDNS](./projects/infrastructure/mdns.md) | - | -
## Theory Projects ## Theory Projects
Name | Status | Blog Entries Name | Status | Blog Entries

View File

@@ -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.