My Wallpanel Tablet is suddenly getting banned repeatedly

I just finished setting up my wall panel tablet (Amazon FireHD 10 w/ Fully Kiosk) and after a few weeks of playing on my desk, i stuck it up on the wall. It has decided to immediately start getting banned.

I can’t find anything else to try after repeated googling, so hoping someone here has an idea.

I have fully kiosk set to use the local IP (ie not going through my cloudflared setup like my phone is, which is not getting banned).

I have tried both my local WiFi LAN, which is where the HA Instance is running (10.0.1.6) and on my IoT Lan (No Internet Access - This is where I’d like it to live permanently). So this seems to be following the tablet, despite it getting IPs in a different subnet.

I added both my local LAN (10.0.1.0/24) and the IoT LAN (10.0.99.0/24) to the trusted proxies. That seemed to fix it for the night. but it just got banned again. I’m pulling my hair out. Finally got the wife excited about HA and it goes and pulls this crap. grrrrr!

If it matters, I’m using pfSense to handle routing for the house, including all LAN/WAN traffice and VLAN/VLAN traffic.

configuration.yaml is setup this way

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24
    - 10.0.1.0/24
    - 10.0.99.0/24
  ip_ban_enabled: true
  login_attempts_threshold: 6

Any suggestions? I’m using Cloudflared to access from outside the house, so I was under the impression that the IP Bans function was good security practice to help mitigate any attacks. So I’m not sure I want to disable it… I just really want to whitelist my internal IPs.