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.