From 428e0243cd1db93585501e7e38c32ea2fbc884d9 Mon Sep 17 00:00:00 2001 From: cynic Date: Sat, 17 Aug 2024 04:52:16 +0000 Subject: [PATCH] disable proxychains by default --- get-certs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-certs.sh b/get-certs.sh index a93026a..11be74d 100755 --- a/get-certs.sh +++ b/get-certs.sh @@ -4,7 +4,7 @@ # define variables # enable proxychains? -proxychains=true +proxychains=false # wait for this many seconds before trying certificate issuance/renewal wait_before_renew=30