weldr icon indicating copy to clipboard operation
weldr copied to clipboard

Support DNS Service (SRV) records to get the port numbers of upstream servers via DNS

Open hjr3 opened this issue 8 years ago • 2 comments

This would allow users to add servers with only a dns record instead of specifying an ip addrses and port. This may be required in order to do https://github.com/hjr3/alacrity/issues/49

hjr3 avatar Feb 13 '17 15:02 hjr3

See https://www.nginx.com/blog/dns-service-discovery-nginx-plus/ for some details.

hjr3 avatar Feb 13 '17 15:02 hjr3

for info, support in hyper: https://github.com/hyperium/hyper/blob/master/src/client/dns.rs

yanns avatar Feb 21 '17 09:02 yanns