Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Sep 1, 2024
1 parent 32a8b8a commit 27f7e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ docker build . -t proxy:v1
| http_doc | 启用 `http` 静态文件服务器,指定静态文件目录 |
| htpasswd | 启用 `http` 认证,通过 http 访问静态文件时需要认证,auth_users 用于配置用户/密钥信息 |
| autoindex | 在启用 `http` 静态文件服务的情况下,启用 `autoindex` 将允许浏览器浏览文件目录列表,与 `nginx``autoindex` 选项功能一样 |
| ipip_db | 指定一个 ipip 数据库文件,用于获取客户端的地区信息 |
| ipip_db | 指定一个 ipip 数据库文件,用于获取客户端的地区信息,数据库下载地址: [17monipdb](https://github.com/Jackarain/proxy/releases/download/v7.0.0/17monipdb.7z) |
| allow_region | 在启用 ip 数据库的情况下,指定允许连接的客户端地区 (如: 北京\|河南\|武汉) |
| deny_region | 在启用 ip 数据库的情况下,指定拒绝连接的客户端地区 (如: 广东\|上海\|山东) |
| udp_timeout | 在启用 udp 中转的情况下,超过指定时间即回收 udp socket 等相关资源 |
Expand Down

0 comments on commit 27f7e15

Please sign in to comment.