From 551dcd7b1fedcad024a108892a7ba9f12bb72c0d Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Mon, 4 Sep 2017 18:12:33 -0600 Subject: Add curlrc --- base/curlrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 base/curlrc (limited to 'base') diff --git a/base/curlrc b/base/curlrc new file mode 100644 index 0000000..b934ac4 --- /dev/null +++ b/base/curlrc @@ -0,0 +1,17 @@ +# cURL configuration options +# http://curl.haxx.se/docs/manpage.html + +# Limit the time (in seconds) the connection is allowed to take +connect-timeout = 60 + +# Follow HTTP redirects +location + +# Display progress as a simple progress bar +progress-bar + +# Show error messages +show-error + +# Send a fake UA string for the HTTP servers that sniff it +user-agent = "Mozilla/5.0 Gecko" -- cgit v1.2.3-70-g09d2