mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 07:49:59 -04:00
Disable linkcheck on www.gnu.org
The check fails with the following error for some time:
broken https://www.gnu.org/software/libidn/#libidn2 - HTTPSConnectionPool(host='www.gnu.org', port=443): Max retries exceeded with url: /software/libidn/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5bd4c14590>: Failed to establish a new connection: [Errno 111] Connection refused'))
(cherry picked from commit 0ea4ebf7d1)
This commit is contained in:
parent
2881f8abf3
commit
893417cd87
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ linkcheck_ignore = [
|
|||
"https://www.dnssec-or-not.com/",
|
||||
"https://www.flaticon.com/",
|
||||
"https://www.freepik.com/",
|
||||
"https://www.gnu.org",
|
||||
"https://www.godaddy.com",
|
||||
"https://www.icann.org",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue