# NNTP Caching Proxy Configuration
# Backend NNTP servers
[[]]
= "news.example.com"
= 119
= "Example News Server"
# username = "your_username"
# password = "your_password"
= 10
# TLS/SSL configuration
= false
= true
# tls_cert_path = "/path/to/ca-cert.pem"
# Cache configuration
[]
# Maximum number of articles to cache
= 10000
# Time-to-live for cached articles in seconds (1 hour)
= 3600
# Health check configuration
[]
# Interval between health checks in seconds
= 30
# Timeout for each health check in seconds
= 5
# Number of consecutive failures before marking unhealthy
= 3