Skip to content

Commit fc1c834

Browse files
author
digoal
committed
fix
1 parent 19d5709 commit fc1c834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

202310/20231029_01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ EOF
207207
208208
# 设置shell中使用代理的环境变量
209209
# 设置所有请求代理都走 127.0.0.1:1111
210-
echo "export all_proxy=socks5://127.0.0.1:$locallistenport"
210+
echo "export all_proxy=socks5://$locallistenip:$locallistenport"
211211
212212
# 如果要取消all_proxy代理设置, 执行如下unset即可
213213
# unset all_proxy

0 commit comments

Comments
 (0)