-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
69 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Максимальное количество попыток загрузки файла в случае ошибок | ||
tries = 10 | ||
|
||
# Тайм-аут на соединение (в секундах) | ||
timeout = 15 | ||
|
||
# Следовать редиректам (максимальное количество редиректов) | ||
max_redirect = 10 | ||
|
||
# Агент пользователя (User-Agent), который будет отправляться на сервер | ||
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" | ||
|
||
# Проверка сертификатов SSL | ||
check_certificate = on | ||
|
||
# Дозагрузка файлов, если они уже частично загружены | ||
continue = on | ||
|
||
# Retry even if connection is refused. | ||
retry_connrefused = on | ||
|
||
# Don't re-retrieve files unless newer than local. | ||
timestamping = on | ||
|
||
# Print server response. | ||
server_response = on | ||
|
||
# Set all timeout values. | ||
timeout = 60 | ||
|
||
# Save HTML/CSS documents with proper extensions. | ||
adjust_extension = on | ||
|
||
# Use the last component of a redirection URL for the local file name. | ||
trust_server_names = on | ||
|
||
# Setting this to off makes Wget not download /robots.txt file. | ||
robots = off | ||
|
||
# Всегда сохранять загружаемый файл в целевой директории | ||
content_disposition = on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,4 @@ | |
"graft | ||
"graft-points | ||
"eltorito-boot | ||
"continue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters