如何将ip修改成域名
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
昨天有同学问我如何将ip修改成域名,这样的话可以使程序变得更加健壮,别人不能直接看见你的ip地址。
后来总结下分享给大家。首先找到hosts文件的位置,这个文件是系统dns默认查找的文件。
windows 系统:C:\WINDOWS\system32\drivers\etc
linux下hosts文件位置:/etc/hosts
找到文件后 可以在任意空白行加入 自己的ip 域名 域名解释 就ok了 如下 是我加入的内容。
localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
10.0.3.125 www.huajie001.com
加完之后同学们可以通过ping 命令来检查下设置的域名可否正常使用。
本文来自 纯菜鸟 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/wangchunyu11155/article/details/53759472?utm_source=copy
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)