Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .lycheeignore

This file was deleted.

24 changes: 24 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# For all options, see <https://lychee.cli.rs/usage/config/>
# Accept 200 (OK) and 403 (Forbidden) responses as valid
accept = [
"200",
"403",
"429"
]

# Exclude links
exclude = [
"zhuanlan.zhihu.com",
"demo.doctrp.top",
"127.0.0.1",
"localhost"
]

# Don't check any links to private addresses
exclude_all_private = true

# Avoid rate limits by limiting concurrency of checks
max_concurrency = 10

# Redirected links can eventually become broken links
max_redirects = 0