Rank 4: Virtual Machine
I've got a docker swarm cluster running on Appwrite v1.3.8 and it's logging the NAT IP addresses (10.0.0.x) for everything. I'm trying to figure out why and how to fix it. Especially since this would affect rate limits.
There are several servers in the cluster running various parts of Appwrite. The best thought I have is it's some how getting the IPs from a docker network and the solution might have to do with which server is running the main appwrite monolith service.
Any ideas or thoughts on how to debug this?