From 03c9232dd16d8ddd5dc77cbfe1662fbbfa8fd42e Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Sun, 4 Feb 2024 12:08:01 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20.wgetrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fish/.wgetrc.symlink | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 fish/.wgetrc.symlink diff --git a/fish/.wgetrc.symlink b/fish/.wgetrc.symlink new file mode 100644 index 0000000..0ba8ac2 --- /dev/null +++ b/fish/.wgetrc.symlink @@ -0,0 +1,18 @@ +# Use the server-provided last modification date, if available. +timestamping = on + +# Wait 60 seconds before timing out. +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 + +# Disguise as IE 9 on Windows 7 +user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)