Linux域名IP映射
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Linux本地域名IP映射
理解本地域名IP映射
所谓本地域名IP映射,是指在本地建立域名和IP之间的映射关系,无需通过域名解析服务器,直接在本地进行域名解析。在linux系统中,是通过文件/etc/hosts描述域名到IP映射的。
域名IP映射的书写格式
linux系统中,域名到IP映射描述在文件/etc/hosts书写,格式如下:
IP地址 域名[ 域名别称]
例如,我们知道码云的IP为212.64.62.174,就可以将码云域名IP映射写在文件/etc/hosts中,即使域名解析服务器故障,也无碍我们访问assets.gitee.com和gitee.com这两个域名,示例如下:
127.0.0.1 localhost
127.0.1.1 xia-pc
# 新加入码云域名IP映射
212.64.62.174 assets.gitee.com gitee.com
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
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 年前
更多推荐
已为社区贡献1条内容
所有评论(0)