2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00: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'))
This commit is contained in:
Michal Nowak
2025-05-05 11:50:03 +02:00
parent 405f8a7bd8
commit 0ea4ebf7d1

View File

@@ -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",
]