diff --git a/lychee.toml b/lychee.toml index c5b82c5..19e4aa5 100644 --- a/lychee.toml +++ b/lychee.toml @@ -4,12 +4,12 @@ accept = [429] cache = true exclude = [ '^https://127\.0\.0\.1:8443/', - '^https://www\.centos\.org', + '^https://flatpak\.org', '^https://linuxize.com/post/how-to-add-user-to-sudoers-in-ubuntu/', '^https://opensource\.org/license/gpl-2-0', '^https://rouge.jneen.net/', - # bcachefs.org is currently down - 'https://bcachefs.org', + '^https://www\.centos\.org', + '^https://www\.gnome\.org', ] # exclude_path = ["_site/", "result/"] max_cache_age = "2w"