Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个托管示例网站的 easyphp Web 服务器。该网站可通过以下 URL 访问:
192.888.888.2/网站
有哪些可能的方法使它看起来像
www.fakeurl.com?
该网络未连接到互联网,因为人们可以在连接到我的网络时通过智能手机访问该网站。
您需要使用 DNS 服务注册您的 IP 地址。有一些免费服务可用,例如 dynamicdns 或 zoneedit。这是您可以将 IP 解析为域名的唯一方法。如果用户在您的网络上,您可以使用每台计算机上的 hosts 文件强制进行 DNS 转换。