加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
conf_tree 980 Bytes
一键复制 编辑 原始数据 按行查看 历史
翠花 提交于 2022-02-25 00:09 . Update.
## log
### level
### output
## dns
### mode
### protocol
### nameservers
### min_ttl
### max_ttl
### cache_size
## network
### use_udp
### zero_copy
### fast_open
### tcp_timeout
### udp_timeout
### send_proxy
### send_proxy_version
### accept_proxy
### accept_proxy_timeout
## endpoints
### listen
### remote
### through
### interface
### network
├── log
│ ├── level
│ └── output
├── dns
│ ├── mode
│ ├── protocol
│ ├── nameservers
│ ├── min_ttl
│ ├── max_ttl
│ └── cache_size
├── network
│ ├── use_udp
│ ├── zero_copy
│ ├── fast_open
│ ├── tcp_timeout
│ ├── udp_timeout
│ ├── send_proxy
│ ├── send_proxy_version
│ ├── accept_proxy
│ └── accept_proxy_timeout
└── endpoints
├── listen
├── remote
├── through
├── interface
└── network
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化