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