| ▲ | c45y 7 hours ago | |
I would love it if more systems just understood SRV records, hostname.xyz = 10.1.1.1:2222 So far it feels like only LDAP really makes use of it, at least with the tech I interact with | ||
| ▲ | geocar 6 hours ago | parent | next [-] | |
This has history: https://egopoly.com/2008/02/ssh-slow-on-leopard.html I also know of https://github.com/Crosse/sshsrv and other tricks I agree more SRV records would have helped with a tremendous number of unnecessary proxies and wasted heat energy from unnecessary computing, but in this day and age, I think ECH/ESNI-type functions should be considered for _every_ new protocol. | ||
| ▲ | jiehong 7 hours ago | parent | prev | next [-] | |
It’s also similar with mDNS on local networks. It’s actually nice! Overall, DNS features are not always well implemented on most software stack. A basic example is the fact that DNS resolution actually returns a list of IPs, and the client should be trying them sequentially or in parallel, so that one can be down without impact and annoying TTL propagation issues. Yet, many languages have a std lib giving you back a single IP, or a http client assuming only one, the first. | ||
| ▲ | iwontberude 7 hours ago | parent | prev [-] | |
I love that kubernetes does this for cluster service domain names | ||