points/bin/curl-proxy

3 lines
97 B
Plaintext
Raw Permalink Normal View History

2024-04-24 15:09:56 +02:00
#!/bin/env bash
curl --proxy http://127.0.0.1:8082/ --tlsv1.2 --proto =https --max-time 180 "$@"