]> git.phdru.name Git - dotfiles.git/blob - .curlrc
Add .curlrc, .gdbinit, .wgetrc
[dotfiles.git] / .curlrc
1 # cURL default configuration file
2 # http://curl.haxx.se/docs/manpage.html
3
4 # Limit the time (in seconds) the connection to the server is allowed to take
5 connect-timeout = 30
6
7 # Follow HTTP redirects
8 location
9
10 # Show progress using a progress meter
11 progress-bar
12
13 # When following a redirect, automatically set the previous URL as referer
14 referer = ";auto"
15
16 # Show error messages
17 show-error
18
19 # Send a fake UA string for the HTTP servers that sniff it
20 # Disguise as Firefox on NT
21 user-agent = Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
22
23 # Default to -O
24 --remote-name-all