29 lines
847 B
Markdown
29 lines
847 B
Markdown
# LIMITACIONES DE EASYPANEL PARA UDP
|
|
|
|
## ❌ Por qué EasyPanel NO puede exponer UDP:
|
|
|
|
### Arquitectura de EasyPanel:
|
|
```
|
|
Internet → Traefik (HTTP/HTTPS Proxy) → Tu Container
|
|
↑
|
|
Solo maneja TCP/HTTP/HTTPS
|
|
NO puede proxy UDP
|
|
```
|
|
|
|
### Limitaciones técnicas:
|
|
1. **Traefik**: Solo HTTP/HTTPS reverse proxy
|
|
2. **Docker networking**: Limitado a puertos TCP expuestos
|
|
3. **UI de EasyPanel**: Solo configuración HTTP
|
|
4. **Load balancing**: Diseñado para web apps, no media streaming
|
|
|
|
### Puertos disponibles en EasyPanel:
|
|
- ✅ 80 (HTTP)
|
|
- ✅ 443 (HTTPS)
|
|
- ✅ Puertos TCP custom
|
|
- ❌ Puertos UDP (NO DISPONIBLE)
|
|
|
|
## ⚠️ Problemas si intentas exponer UDP:
|
|
- EasyPanel UI no tiene opción para UDP
|
|
- Traefik no puede hacer proxy de UDP
|
|
- Docker compose limitado a TCP en EasyPanel
|
|
- No hay configuración de port ranges UDP |