mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
4 lines
102 B
Bash
4 lines
102 B
Bash
|
#!/bin/sh
|
||
|
# a curl wrapper for seirdy.one
|
||
|
curl --proto "=https" --tlsv1.3 --cert-status -sS -m10 "$@"
|