TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Switchboard – A mDNS based reverse proxy for personal infrastructure

92 pointsby whytheplatypusalmost 5 years ago

7 comments

larrywrightalmost 5 years ago
I’m in the process of building out a smallish home lab, with most things running in containers, and one of the things I wanted was dns for my internal things that Just Worked. It seems this is still harder than it needs to be. I started looking at Consul + Traefik, but the latest version of Traefik seems to have gotten significantly more complex for simple use cases. I’ve since started looking at Caddy, which seems far more straightforward. I will look at this, however, since it might be simpler still.
评论 #23601285 未加载
评论 #23601132 未加载
评论 #23601462 未加载
评论 #23601991 未加载
评论 #23601229 未加载
评论 #23603143 未加载
评论 #23601024 未加载
评论 #23601703 未加载
评论 #23601261 未加载
captn3m0almost 5 years ago
A little bit of docs would help. Not sure what a node is here, and what is mDNS doing.<p>Seems like the perfect thing for me (I run a stupid dual-traefik setup that does TLS SNI negotiation for me that I want to get rid of), but I can&#x27;t figure out what is this.
评论 #23601331 未加载
BrandoElFollitoalmost 5 years ago
I have about 70 devices and services at home (pure software services such as a web app, up to WiFi-connected IoT).<p>I manage everything via dnsmasq on my router, and I use a DNS wildcard to make sure that all unknown IPs map to my server.<p>This is because the server holds the docker engine on whihc all &quot;software services&quot; are located. I did a few bounces between Traefik and Caddy over the years and finally settled on Caddy.<p>Caddy is a truly fantastic web server. If you manually forced IPs on your containers there is not problem at all (2 lines per service). If you did not, there is unfortunately no built-in mechanism in Caddy to autodiscover them (such as the one in Traefik). I wrote my own using the new Caddy API (v2).
creeblealmost 5 years ago
My router (runs Tomato, but I think DD-WRT is the same) automatically puts host names into its DNS server; I&#x27;ve never had to do anything.<p>Host names with spaces, etc (e.g., DNS non-compliant) don&#x27;t work, but otherwise it Just Works.<p>Edit: language
评论 #23602021 未加载
评论 #23601935 未加载
评论 #23601888 未加载
rcarmoalmost 5 years ago
I’m actually looking for something that does the mDNS registration for multiple back-end services (I did <a href="https:&#x2F;&#x2F;github.com&#x2F;piku&#x2F;avahi-aliases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;piku&#x2F;avahi-aliases</a> for announcing mDNS hostnames, which will go along nicely with this, but wanted an all-in-one or a Traefik&#x2F;Caddy plugin that would do the registration itself).
评论 #23615816 未加载
m0netizealmost 5 years ago
Cloudflare Argo Tunnel is awesome, though it requires Argo which is $5 a month.<p><a href="https:&#x2F;&#x2F;developers.cloudflare.com&#x2F;argo-tunnel&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.cloudflare.com&#x2F;argo-tunnel&#x2F;</a><p>Run a simple command locally, and have a https server endpoint connected to anything on your machine.
评论 #23614495 未加载
aikinaialmost 5 years ago
Hope this isn’t too off topic, but does anyone happen to know if there’s any way to VPN with mDNS so that iTunes syncing and&#x2F;or media sharing work remotely?
评论 #23602009 未加载
评论 #23601420 未加载