aboutsummaryrefslogtreecommitdiff
path: root/wget/wgetrc
blob: 0113feee472805c183204766ea6391a771da6dfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Put HSTS cache into an XDG dir, just to have one dotfile
hsts_file = ~/.cache/wget/hsts

# No, no, dig UP, stupid
no_parent = on

# Don't take no for an answer
retry_connrefused = on

# It's the only thing that works against the machines
robots = off

# Shorten default timeout
timeout = 60

# Reduce default number of attempts
tries = 3