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

View File

@@ -0,0 +1,16 @@
# darkhttpd
> Darkhttpd网页服务器。
> 更多信息:<https://unix4lyfe.org/darkhttpd>。
- 启动服务器,提供指定的文档根目录:
`darkhttpd {{path/to/docroot}}`
- 在指定端口上启动服务器如果以非root用户身份运行默认端口为8080
`darkhttpd {{path/to/docroot}} --port {{port}}`
- 仅在指定的IP地址上监听默认情况下服务器在所有接口上监听
`darkhttpd {{path/to/docroot}} --addr {{ip_address}}`