diff options
Diffstat (limited to '')
-rwxr-xr-x | irssi/build_and_push.sh | 2 | ||||
-rw-r--r-- | irssi/proxychains.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irssi/build_and_push.sh b/irssi/build_and_push.sh index eb12244..bd70326 100755 --- a/irssi/build_and_push.sh +++ b/irssi/build_and_push.sh @@ -1,3 +1,3 @@ #!/bin/sh -https_proxy=socks5://[::1]:9993 docker buildx build --platform linux/amd64 --push -t bloodstalker/irssi . +https_proxy=socks5://127.0.0.1:9990 docker buildx build --platform linux/amd64 --push -t bloodstalker/irssi . diff --git a/irssi/proxychains.conf b/irssi/proxychains.conf index e9f5f9b..2a19d56 100644 --- a/irssi/proxychains.conf +++ b/irssi/proxychains.conf @@ -65,4 +65,4 @@ localnet 127.0.0.0/255.0.0.0 # add proxy here ... # meanwile # defaults set to "tor" -socks5 192.168.1.103 9995 +socks5 192.168.1.214 9995 |