]> git.phdru.name Git - dotfiles.git/blobdiff - .curlrc
Add .curlrc, .gdbinit, .wgetrc
[dotfiles.git] / .curlrc
diff --git a/.curlrc b/.curlrc
new file mode 100644 (file)
index 0000000..9c20696
--- /dev/null
+++ b/.curlrc
@@ -0,0 +1,24 @@
+# cURL default configuration file
+# http://curl.haxx.se/docs/manpage.html
+
+# Limit the time (in seconds) the connection to the server is allowed to take
+connect-timeout = 30
+
+# Follow HTTP redirects
+location
+
+# Show progress using a progress meter
+progress-bar
+
+# When following a redirect, automatically set the previous URL as referer
+referer = ";auto"
+
+# Show error messages
+show-error
+
+# Send a fake UA string for the HTTP servers that sniff it
+# Disguise as Firefox on NT
+user-agent = Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
+
+# Default to -O
+--remote-name-all