3 lines
97 B
Plaintext
3 lines
97 B
Plaintext
|
#!/bin/env bash
|
||
|
curl --proxy http://127.0.0.1:8082/ --tlsv1.2 --proto =https --max-time 180 "$@"
|