dot: 修改代理配置

This commit is contained in:
2026-06-13 23:27:05 +08:00
parent 74f505770d
commit 1dc54fd5d3
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
HTTP_PROXY="http://192.168.1.13:20172"
SOCKS_PROXY="socks5://192.168.1.13:20170"
PROXY_IP="192.168.0.104"
HTTP_PROXY="http://${PROXY_IP}:20172"
SOCKS_PROXY="socks5://${PROXY_IP}:20170"
set-shell-proxy() {
export http_proxy="$HTTP_PROXY"