From 43860b329d23c3b7d1fcb64599fb60391535aa83 Mon Sep 17 00:00:00 2001 From: Yiyao Wei Date: Sun, 4 Apr 2021 16:59:22 +0200 Subject: [PATCH] Improve example configuration file (#206) * no need of double quote here * update example configuration file --- lychee.example.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lychee.example.toml b/lychee.example.toml index 15f4c1e..358a1b0 100644 --- a/lychee.example.toml +++ b/lychee.example.toml @@ -26,7 +26,7 @@ max_redirects = 10 user_agent = "curl/7.71.1" # Website timeout from connect to response finished -timeout = "20" +timeout = 20 # Comma-separated list of accepted status codes for valid links. # Omit to accept all response types. @@ -66,3 +66,6 @@ exclude_link_local = false # Exclude loopback IP address range from checking exclude_loopback = false + +# Exclude all mail addresses from checking +exclude_mail = false \ No newline at end of file