Move files, add domain exclusion

This commit is contained in:
2025-04-12 12:53:48 -05:00
parent cac52687c8
commit 1cf86dd48b
5 changed files with 59 additions and 8 deletions

View File

@@ -0,0 +1,22 @@
# Domains to exclude from content reading
excluded_domains:
# Local sites
- localhost
- 127.0.0.1
# Specific Domains / Subdomains
- ap.www.namecheap.com # Ignore this specific subdomain
- www.namecheap.com # Ignore the main domain (will cover /twofa/* path implicitly)
- login.linode.com # Ignore the login subdomain
# IP ranges (requires wildcard matching in config.py)
- 192.168.*.*
- 10.*.*.*
- 172.16.*.*
- 0.0.0.* # Note: Be careful with overly broad patterns
# Example wildcard patterns (requires wildcard matching in config.py)
# - *.local
# - *.githubusercontent.com
# - *.google.com # Example: Ignore all google subdomains