points/bin/wget-proxy

3 lines
135 B
Plaintext
Raw Normal View History

2024-04-24 15:09:56 +02:00
#!/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 "$@"