1
0
mirror of https://github.com/n1trux/awesome-sysadmin.git synced 2025-07-31 02:50:11 +02:00

Exclude openvpn from URL check due to cloudflare (#533)

This commit is contained in:
Rabenherz112
2023-09-12 21:54:59 +02:00
committed by GitHub
parent 8eda51ba6f
commit 7476397448

View File

@@ -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