mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 21:40:00 -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
3e2b255b5b
commit
3c8ad05de6
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