Skip to content

Commit 7b76a83

Browse files
committed
Add usage description for proxy_auth parameter
1 parent ae4852d commit 7b76a83

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Usage of go-mitmproxy:
6666
map local config filename
6767
-map_remote string
6868
map remote config filename
69+
-proxyauth string
70+
enable proxy authentication. Format: "username:pass", "user1:pass1|user2:pass2","any" to accept any user/pass combination
6971
-ssl_insecure
7072
not verify upstream server SSL/TLS certificates.
7173
-upstream string

README_CN.md

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Usage of go-mitmproxy:
6666
map local json配置文件地址
6767
-map_remote string
6868
map remote json配置文件地址
69+
-proxyauth string
70+
启用代理认证。格式:"user:pass"、"user1:pass1|user2:pass2",或使用 "any" 允许所有用户
6971
-ssl_insecure
7072
不验证上游服务器的 SSL/TLS 证书
7173
-upstream string

0 commit comments

Comments
 (0)