Zerotier 1.8.10 ya disponible para receptores enigma2 con cpu Arm (receptores 4k) tanto para imagenes oe-alliance como vti/blakchole.
- Ya disponible desde repositorios jungle-team
 
Compilación realizada por jungle-team basada en el github oficial de zerotier:
https://github.com/zerotier/ZeroTierOne/releases/tag/1.8.10
Novedades:
- Fixed a long-standing and strange bug that was causing sporadic «phantom» packet authentication failures. Not a security problem but could be behind spordaic reports of link failures under some conditions.
 - Fized a memory leak in SSO/OIDC support.
 - Fixed SSO/OIDC display error on CLI.
 - Fixed a bug causing nodes to sometimes fail to push certs to each other (primarily affects SSO/OIDC use cases).
 - Fixed a deadlock bug on leaving SSO/OIDC managed networks.
 - Added some new Linux distributions to the build subsystem.
 - Fixed a bug preventing SSO sign-on on Windows
 
Instalacion:
A traves de tener instalado los repositorios jungle-team en nuestro receptor:
Teniendo los repositorios simplemente con los siguientes comandos:
opkg update
Ahora comprobamos que ya nos sale la version 1.8.10
opkg list | grep zerotier
Instalamos zerotierarm para decos 4k con imagenes oe-alliance u openpli y zerotiervti para vti o blackhole
ejemplo:
opkg install zerotierarm
 opkg install --force-depends --force-overwrite zerotiervti
                        
