add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/linux/named.md Normal file
View File

@@ -0,0 +1,24 @@
# named
> 执行 DNS动态名称服务服务器守护进程将主机名转换为 IP 地址,反之亦然。
> 更多信息:<https://manned.org/named>。
- 读取默认配置文件 `/etc/named.conf`,读取任何初始数据并监听查询:
`named`
- 读取自定义配置文件:
`named -c {{path/to/named.conf}}`
- 仅使用 IPv4 或 IPv6即使主机可以使用其他协议
`named {{-4|-6}}`
- 在特定端口上监听查询,而不是默认的 53 端口:
`named -p {{port}}`
- 在前台运行服务器,不进行守护化:
`named -f`