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