I've a Raspi with Libreelec 12.0.0 running in a ipv4-LAN behind a http-proxy.
The Proxy is the only way to connect to the internet.
All other traffic will be logged and blocked by the firewall.
In Kodi I've filled out the Proxy-Settings, and Kodi himself is using the Proxy correctly.
But after starting Libreelec, the firewall-logs are continuously showing blocked IP's initiated by Libreelec:
82.165.8.211:80
212.227.81.55:80
Obviously they are caused by the Connman Service during his online check procedure.
Connman is doing these online check request for "ipv4.connman.net" without using the proxy configuration of Kodi and of course the checks will fail.
Ok, when disabling these checks in the connman conf file with "EnableOnlineCheck=false" these checks are breaking off.
But, why isn't Libreelec/connman using the Proxy-config from Kodi for these checks?
So far as i Know, this is the only place in Libreelec where a proxy can be defined.