域 jenkins.domain.tld 是什么?
What is the domain jenkins.domain.tld?
此 jenkins.domain.tld
出现在 bitbucket pull request builder question 的答案中。
搜索找到了提到它的页面 subdomain
。究竟是什么? tld
是像 local
特殊域还是像 example.com
这样的新东西?如果您浏览到 domain.tld
,则不会返回任何内容。
引用的 SO 答案也提到使用 http:///
。 DNS 或其他域解析机制如何将其解析到 jenkins 服务器?如果将它放入浏览器,它会重定向到 jenkins.com
。
tld 代表顶级域名:.com, .net, .org, ...
如果您想托管自己的域,则需要在 public 或私有 DNS 中声明您的 domain.tld(例如:jenkins.mydomain.com)。
此 jenkins.domain.tld
出现在 bitbucket pull request builder question 的答案中。
搜索找到了提到它的页面 subdomain
。究竟是什么? tld
是像 local
特殊域还是像 example.com
这样的新东西?如果您浏览到 domain.tld
,则不会返回任何内容。
引用的 SO 答案也提到使用 http:///
。 DNS 或其他域解析机制如何将其解析到 jenkins 服务器?如果将它放入浏览器,它会重定向到 jenkins.com
。
tld 代表顶级域名:.com, .net, .org, ...
如果您想托管自己的域,则需要在 public 或私有 DNS 中声明您的 domain.tld(例如:jenkins.mydomain.com)。