points/bin/wget-proxy
2024-04-24 15:09:56 +02:00

3 lines
135 B
Bash

#!/bin/env bash
https_proxy=http://127.0.0.1:8082/ http_proxy=http://127.0.0.1:8082/ wget --secure-protocol=TLSv1_2 --timeout=180 "$@"