We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e4a01 commit 3cfbba0Copy full SHA for 3cfbba0
lychee.toml
@@ -0,0 +1,24 @@
1
+# For all options, see <https://lychee.cli.rs/usage/config/>
2
+# Accept 200 (OK) and 403 (Forbidden) responses as valid
3
+accept = [
4
+ "200",
5
+ "403",
6
+ "429"
7
+]
8
+
9
+# Exclude links
10
+exclude = [
11
+ "zhuanlan.zhihu.com",
12
+ "demo.doctrp.top",
13
+ "127.0.0.1",
14
+ "localhost"
15
16
17
+# Don't check any links to private addresses
18
+exclude_all_private = true
19
20
+# Avoid rate limits by limiting concurrency of checks
21
+max_concurrency = 10
22
23
+# Redirected links can eventually become broken links
24
+max_redirects = 0
0 commit comments