mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Support custom timeout
This commit is contained in:
parent
d7f5ce4010
commit
074620f70e
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# a curl wrapper for seirdy.one
|
# a curl wrapper for seirdy.one
|
||||||
curl --proto "=https" --tlsv1.3 --cert-status -sS -m10 "$@"
|
curl --proto "=https" --tlsv1.3 --cert-status -sS -m${SEIRDYONE_CURL_TIMEOUT-10} "$@"
|
||||||
|
|
Loading…
Reference in a new issue