WAF Service API
The Web Application Firewall (WAF) Service provides request filtering and security rules. It runs on port 7003 at https://waf.sebhosting.com.
Endpoints
GET /health
{
"service": "waf-service",
"status": "healthy",
"port": 7003,
"uptime": 86400,
"timestamp": "2026-02-14T06:19:07.261Z"
}
GET /status
{
"service": "waf-service",
"version": "1.0.0",
"description": "Web Application Firewall",
"status": "operational",
"timestamp": "2026-02-14T06:19:07.261Z"
}
Architecture
- Network:
traefik-public+nexus-internal - Purpose: Request inspection, rule-based filtering, and threat detection
- Integration: Operates alongside Cloudflare's edge WAF for defense-in-depth