modified: README.md

This commit is contained in:
it00147
2025-11-26 14:42:04 +00:00
parent b6e70d5c35
commit 305a303c0b

View File

@@ -115,16 +115,16 @@ Nella ConfigMap del controller:
data:
use-proxy-protocol: "true"
real-ip-header: "proxy_protocol"
set-real-ip-from: "10.166.93.0/24"
set-real-ip-from: "xxx.xxx.xxx.0/24"
use-forwarded-headers: "true"
```
### HAProxy (L4) davanti ad ingress-nginx
```haproxy
server backend1 10.166.93.34:443 send-proxy-v2 check
server backend2 10.166.93.35:443 send-proxy-v2 check
server backend3 10.166.93.36:443 send-proxy-v2 check
server backend1 xxx.xxx.xxx.xxx:443 send-proxy-v2 check
server backend2 xxx.xxx.xxx.xxx:443 send-proxy-v2 check
server backend3 xxx.xxx.xxx.xxx:443 send-proxy-v2 check
```
---
@@ -178,7 +178,7 @@ Puoi sostituire:
## 🤝 Credits
- Frontend & Styling by ChatGPT + NETECH style guidelines
- Frontend & Styling by ChatGPT + AB style guidelines
- Backend Python + Flask
- Lookup dati: **RIPEstat Data API**
- Supporto PROXY prot. v2: HAProxy + ingress-nginx