I noticed my log file has significant number of entries for this:
[2020-07-10 00:03:54][bitwarden_rs::api::icons][ERROR] Error downloading icon: Empty response
and some of these:
[2020-07-10 00:02:25][bitwarden_rs::api::icons][WARN] IP 192.168.1.68 for domain ‘192.168.1.68’ is not a global IP!
[2020-07-10 00:02:25][bitwarden_rs::api::icons][ERROR] Error downloading icon: Domain is blacklisted. 192.168.1.68
[2020-07-10 00:02:25][bitwarden_rs::api::icons][WARN] IP 192.168.1.226 for domain ‘192.168.1.226’ is not a global IP!
[2020-07-10 00:02:25][bitwarden_rs::api::icons][ERROR] Error downloading icon: Domain is blacklisted. 192.168.1.226
[2020-07-10 00:02:25][bitwarden_rs::api::icons][WARN] IP 192.168.xxx.65 for domain ‘pi.hole’ is not a global IP!
[2020-07-10 00:02:25][bitwarden_rs::api::icons][ERROR] Error downloading icon: Domain is blacklisted. pi.hole
IP 192.168.xxx.65 is the IP address of my pihole which handles dns for my local network.
I have no idea where the domain IP 172.26.6.86 is coming from?
2020-07-09 16:35:34][bitwarden_rs::api::icons][WARN] IP 172.26.6.86 for domain ‘172.26.6.86’ is not a global IP!
[2020-07-09 16:35:34][bitwarden_rs::api::icons][ERROR] Error downloading icon: Domain is blacklisted. 172.26.6.86
What is causing this?
Thank you!