3 lines
135 B
Bash
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 "$@"
|