Skip to content

Commit 27ff235

Browse files
authored
Update Gost bypass configuration (haoel#116)
1 parent b3ed27e commit 27ff235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ docker run --rm curlimages/curl --connect-timeout 2 -x "socks5://172.17.0.2:4000
11901190
接下来我们给 Gost 增加一个条件转发规则,转发我们希望的域名、地址到 cloudflare 的 warp 网络:
11911191

11921192
```
1193-
-F=socks5://172.17.0.2:40001?notls=true&bypass=~*.openai.com,openai.com
1193+
-F=socks5://172.17.0.2:40001?bypass=~*.openai.com,openai.com&notls=true
11941194
```
11951195

11961196
`bypass=~` 的含义是,只有命中后面规则时才转发请求到 `172.17.0.2:40001` 这个 socks5 代理。

0 commit comments

Comments
 (0)