为什么 fbi.com 本地主机?
Why is fbi.com localhost?
我很困惑,当我输入 fbi.com 为 url 时,它显示 localhost
Screenshot
难不成是因为xampp?
注册 fbi.com
的人(他们的身份在 the whois records 中出于隐私目的被编辑,但据推测,他们 不是 美国联邦调查局:
Registrant Name: REDACTED FOR PRIVACY
Registrant Organization: REDACTED FOR PRIVACY
Registrant Street: REDACTED FOR PRIVACY
只需将该主机名的 A 记录设置为 DNS configuration:
中的环回 IP
fbi.com. 499 IN A 127.0.0.1
它与 XAMPP(不执行 DNS)或任何与您的系统无关。
我很困惑,当我输入 fbi.com 为 url 时,它显示 localhost
Screenshot
难不成是因为xampp?
注册 fbi.com
的人(他们的身份在 the whois records 中出于隐私目的被编辑,但据推测,他们 不是 美国联邦调查局:
Registrant Name: REDACTED FOR PRIVACY Registrant Organization: REDACTED FOR PRIVACY Registrant Street: REDACTED FOR PRIVACY
只需将该主机名的 A 记录设置为 DNS configuration:
中的环回 IPfbi.com. 499 IN A 127.0.0.1
它与 XAMPP(不执行 DNS)或任何与您的系统无关。