aboutsummaryrefslogtreecommitdiff
path: root/wget/wgetrc
diff options
context:
space:
mode:
Diffstat (limited to 'wget/wgetrc')
-rw-r--r--wget/wgetrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/wget/wgetrc b/wget/wgetrc
new file mode 100644
index 00000000..eb3f20ba
--- /dev/null
+++ b/wget/wgetrc
@@ -0,0 +1,14 @@
+# 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