本文介绍了为什么浏览器不使用SRV记录?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
为什么浏览器不使用SRV记录?
这似乎是一个很少的工作,它将使服务器端实现可靠的网站更简单。 / p>
例如,您可以指定层级,使www.example.com解析为1.2.3.4和2.3.4.5,并且只有当这些都不可用时,请尝试4.5 .6.7。
SRV记录已存在多年...
有没有什么我错过的这里?
解决方案
Jonathan de Boyne Pollard提供以下。
Why do browsers not use SRV records?
It seems like a minimal amount of work and it will make the server-side implementation of reliable websites much simpler.
For example, you can specify tiers, such that www.example.com resolves to 1.2.3.4 and 2.3.4.5, and only if neither of those are available, try 4.5.6.7.
SRV records have been around for years...
Is there something I'm missing here?
解决方案
Jonathan de Boyne Pollard provides the following Frequently Given Answer.
这篇关于为什么浏览器不使用SRV记录?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!