mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add a wgetrc.
This commit is contained in:
17
wgetrc
Normal file
17
wgetrc
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Use server timestamps and name
|
||||||
|
timestamping = on
|
||||||
|
trust_server_names = on
|
||||||
|
|
||||||
|
# Recursive download options
|
||||||
|
no_parent = on
|
||||||
|
follow_ftp = on
|
||||||
|
adjust_extension = on
|
||||||
|
robots = off
|
||||||
|
|
||||||
|
# Show responses
|
||||||
|
server_response = on
|
||||||
|
|
||||||
|
# Retry handling
|
||||||
|
tries = 3
|
||||||
|
timeout = 60
|
||||||
|
retry_connrefused = on
|
||||||
Reference in New Issue
Block a user