Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/drupal/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
DNS服务器是否使用任何ip创建主机名?_Dns - Fatal编程技术网

DNS服务器是否使用任何ip创建主机名?

DNS服务器是否使用任何ip创建主机名?,dns,Dns,有一些公共dns服务器可以动态创建dns记录,例如127.0.0.1.something.com,解析为127.0.0.1,我在Google上搜索了很多,但找不到它。有什么想法吗?127.0.0.1是环回地址,它就像本地主机一样,始终是您的pc,但它不在dns服务器中 如果您想从internet访问您的电脑,并且不需要支付dns地址的费用,请使用或 这个网站最好的部分是,如果你有一个动态的ip,他们总是指向你的电脑 DNS仅用于公共地址。您可以手动将主机名添加到/etc/resolv.conf或

有一些公共dns服务器可以动态创建dns记录,例如127.0.0.1.something.com,解析为127.0.0.1,我在Google上搜索了很多,但找不到它。有什么想法吗?

127.0.0.1是环回地址,它就像本地主机一样,始终是您的pc,但它不在dns服务器中

如果您想从internet访问您的电脑,并且不需要支付dns地址的费用,请使用或

这个网站最好的部分是,如果你有一个动态的ip,他们总是指向你的电脑


DNS仅用于公共地址。您可以手动将主机名添加到/etc/resolv.conf或OS.Tasty问题中的任何文件中。您的问题将更适合,因为这里的问题通常与您现有的一些程序相关。这只是一个示例,可能是123.123.123.123。。。我肯定有那个服务,它非常有用。它是一个简短的名字,我想是三个字母。。。一定有人知道:))
What is xip.io?
xip.io is a magic domain name that provides wildcard DNS
for any IP address. Say your LAN IP address is 10.0.0.1.
Using xip.io,

          10.0.0.1.xip.io   resolves to   10.0.0.1
      www.10.0.0.1.xip.io   resolves to   10.0.0.1
   mysite.10.0.0.1.xip.io   resolves to   10.0.0.1
  foo.bar.10.0.0.1.xip.io   resolves to   10.0.0.1

...and so on. You can use these domains to access virtual
hosts on your development web server from devices on your
local network, like iPads, iPhones, and other computers.
No configuration required!

How does it work?
xip.io runs a custom DNS server on the public Internet.
When your computer looks up a xip.io domain, the xip.io
DNS server extracts the IP address from the domain and
sends it back in the response.