Standardize tor socks port. - annna - Annna the nice friendly bot. HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/ DIR Log DIR Files DIR Refs DIR Tags DIR README --- DIR commit 75ea212264cd99cdf885d823c0225e26c83b90e2 DIR parent 084e936de898a2b67324b5036f9377009428bf68 HTML Author: Annna Robert-Houdin <annna@bitreich.org> Date: Mon, 25 Dec 2023 17:57:57 +0100 Standardize tor socks port. Diffstat: M fetch-uri | 2 +- M screenshot-uri | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/fetch-uri b/fetch-uri @@ -22,7 +22,7 @@ fi curl \ - --preproxy socks5://127.0.0.1:9100 \ + --preproxy socks5://127.0.0.1:9050 \ -s \ -L --max-redirs 3 \ -m 5 \ DIR diff --git a/screenshot-uri b/screenshot-uri @@ -7,7 +7,7 @@ then fi # Use Tor. -proxy="socks5://127.0.0.1:9100" +proxy="socks5://127.0.0.1:9050" #proxy="" export http_proxy="${proxy}" export https_proxy="${proxy}"