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/common/knotc.md Normal file
View File

@@ -0,0 +1,24 @@
# knotc
> 控制 knot DNS 服务器。
> 更多信息:<https://www.knot-dns.cz/docs/latest/html/man_knotc.html>。
- 开始编辑一个区域:
`knotc zone-begin {{zone}}`
- 设置一个 TTL 为 3600 的 A 记录:
`knotc zone-set {{zone}} {{subdomain}} 3600 A {{ip_address}}`
- 完成区域编辑:
`knotc zone-commit {{zone}}`
- 获取当前区域数据:
`knotc zone-read {{zone}}`
- 获取当前服务器配置:
`knotc conf-read server`