Edge
Edge Cluster Overview
The edge cluster is responsible for handling all incoming traffic to our domains on ports 80 and 443. By default, all HTTP traffic on port 80 is automatically redirected to HTTPS on port 443 to enforce secure connections.
Key Functions:
Traffic Reception: Accepts all domain traffic on ports 80 and 443.
Port Redirection: Enforces HTTPS by redirecting HTTP traffic (port 80) to port 443.
Edge Rate Limiting: Rate limiting rules are deployed at the edge level, prior to forwarding traffic to downstream filtering components.
SSL Decryption: SSL traffic is decrypted at the edge to allow for deep inspection and traffic analysis.
Infrastructure:
IP Addresses:
IPv4:
77.90.4.5
,77.90.4.6
,77.90.4.7
IPv6:
2a0e:97c0:471::def:1
,2a0e:97c0:471::def:2
,2a0e:97c0:471::def:3
Hardware: Each VM is equipped with 10 CPU cores, 32 GB RAM, and 20 Gbit/s network bandwidth.
This edge setup ensures high throughput, low latency, and efficient mitigation of malicious traffic before it reaches the core filtering infrastructure.
Last updated
Was this helpful?