指定的域名服务器必须解析 your GitHub Enterprise Server instance 的主机名。
警告:初始设置后不要更改 GitHub Enterprise Server 的主机名。 更改主机名将会导致意外的行为,甚至包括实例中断。
使用虚拟机控制台配置域名服务器
- 使用虚拟平台工具,打开虚拟机器控制台。
- 要开始网络设置,请按 S。
- 为实例配置域名服务器。
- 要完成配置设置,请按 D。
使用管理 shell 配置域名服务器
-
SSH 连接到 your GitHub Enterprise Server instance。 更多信息请参阅“访问管理 shell (SSH)。”
$ ssh -p 122 admin@HOSTNAME
-
要编辑域名服务器,请输入:
sudo vim /etc/resolvconf/resolv.conf.d/head
**Note**: The 127.0.0.1 entry is required to be the first entry in the list. Do not remove the 127.0.0.1 entry, add another entry above the 127.0.0.1 entry, or use options that affect the ordering of entries, such as "options rotate". -
附� 任何
nameserver
条目,然后保存文件。 -
验证变更后,请保存文件。
-
要向 your GitHub Enterprise Server instance 添� 新的域名服务器条目,请运行以下命令:
sudo service resolvconf restart sudo service dnsmasq restart