mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
initial commit
This commit is contained in:
commit
86a1da2632
35 changed files with 1162 additions and 0 deletions
21
wget/wgetrc
Normal file
21
wget/wgetrc
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Use the server-provided last modification date, if available
|
||||
timestamping = on
|
||||
# Do not go up in the directory structure when downloading recursively
|
||||
no_parent = on
|
||||
# Wait 60 seconds before timing out. This applies to all timeouts: DNS, connect and read. (The default read timeout is 15 minutes!)
|
||||
timeout = 60
|
||||
# Retry a few times when a download fails, but don’t overdo it. (The default is 20!)
|
||||
tries = 3
|
||||
# Retry even when the connection was refused
|
||||
retry_connrefused = on
|
||||
# Use the last component of a redirection URL for the local file name
|
||||
trust_server_names = on
|
||||
content_disposition = on
|
||||
# Follow FTP links from HTML documents by default
|
||||
follow_ftp = on
|
||||
# Ignore `robots.txt` and `<meta name=robots content=nofollow>`
|
||||
robots = off
|
||||
# Print the HTTP and FTP server responses
|
||||
server_response = on
|
||||
# Disguise as IE 9 on Windows 7
|
||||
user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
|
Loading…
Add table
Add a link
Reference in a new issue