配置 DNS 域名服务器
在 DHCP 租约提供域名服务器时,GitHub Enterprise Server 将为 DNS 设置使用动态主机配置协议 (DHCP)。 如果域名服务器不是由动态主机配置协议 (DHCP) 租约提供,或者您需要使用特定的 DNS 设置,可以手动指定域名服务器。
指定的域名服务器必须解析 您的 GitHub Enterprise Server 实例 的主机名。
Note: If you change the hostname of 您的 GitHub Enterprise Server 实例, images and other assets that use absolute URLs, such as embedded issues, will not load. For a basic server rename, we recommend keeping the old hostname as a CNAME on the SSL certificate to ensure assets continue to load from the old hostname.
使用虚拟机控制台配置域名服务器
-
Using your virtualization platform tools, open the virtual machine console.
-
To start your network setup, press S.
-
为实例配置域名服务器。
-
To finish configuring your settings, press D.
使用管理 shell 配置域名服务器
-
SSH into 您的 GitHub Enterprise Server 实例.
$ ssh -p 122 admin@HOSTNAME
-
要编辑域名服务器,请输入:
$ sudo vim /etc/resolvconf/resolv.conf.d/head
-
附加任何
nameserver
条目,然后保存文件。 -
验证变更后,请保存文件。
-
要向 您的 GitHub Enterprise Server 实例 添加新的域名服务器条目,请输入:
$ sudo service resolvconf restart