Reflect 4 Proxy -
The final layer is where the architecture becomes a "Proxy." Based on the analysis in Layer 3, the system dynamically decides where to reflect the traffic. It may route legitimate users to a production server, suspicious users to a honeypot, and heavy traffic to a load balancer. This is , turning a passive mirror into an active security control.
);
listeners: - name: https address: 0.0.0.0 port: 443 protocol: https tls: cert_file: /etc/reflect/certs/fullchain.pem key_file: /etc/reflect/certs/privkey.pem routes: - listener: https match: host: example.com upstreams: - address: 10.0.0.5 port: 8080 reflect 4 proxy
Example: forward TCP from 0.0.0.0:9000 to 127.0.0.1:3000 The final layer is where the architecture becomes a "Proxy