dotfiles/configs/.curlrc

9 lines
229 B
Plaintext
Raw Normal View History

2022-08-15 00:21:47 +02:00
# Configuration for curl
# For more info, see: https://everything.curl.dev/
# When following a redirect, automatically set the previous URL as referrer
referer = ";auto"
# Wait 60 seconds before timing out
connect-timeout = 60