mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2025-04-19 18:15:37 +00:00
Exclude openvpn from url check due to cloudflare
This commit is contained in:
parent
78371515d3
commit
4b3831798c
1 changed files with 2 additions and 1 deletions
|
@ -8,4 +8,5 @@ steps:
|
||||||
source_files:
|
source_files:
|
||||||
- licenses.yml
|
- licenses.yml
|
||||||
errors_are_fatal: True
|
errors_are_fatal: True
|
||||||
exclude_regex: []
|
exclude_regex:
|
||||||
|
- '^https://community.openvpn.net/$' # DDoS protection page, always returns 403
|
||||||
|
|
Loading…
Add table
Reference in a new issue