Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ellermister committed Nov 26, 2023
1 parent b8bed91 commit d004bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker run -d \
-e domain="cloudflare.com" \
-p 8080:80 \
-p 8443:443 \
ellermister/mtproxy:master
ellermister/mtproxy
```
**镜像默认开启了 IP 段白名单**,如果你不需要可以配置 `ip_white_list="OFF"` 取消:

Expand All @@ -75,7 +75,7 @@ docker run -d \
-e ip_white_list="OFF" \
-p 8080:80 \
-p 8443:443 \
ellermister/mtproxy:master
ellermister/mtproxy
```

`ip_white_list` 选项:
Expand Down

0 comments on commit d004bd7

Please sign in to comment.