diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-10 17:10:14 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-10 17:10:14 +0000 |
commit | e28640ae5c679e57778a0bfc7772ea1ab59afdd7 (patch) | |
tree | 7e70a13d4dac5a5760f2aa9241e25ba4002f630b /irssi | |
parent | update (diff) | |
download | scripts-e28640ae5c679e57778a0bfc7772ea1ab59afdd7.tar.gz scripts-e28640ae5c679e57778a0bfc7772ea1ab59afdd7.zip |
update
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 |