Site Local IP Override?

My FlightAware is running in a bridged docker container and as such the Site Local IP shown is the one inside the docker container instead of the host. Is there a way to override the reported site local IP? For example putting it in the piaware.conf?

The reported local IP is the result of running ip -o route get to 70.42.6.191; there’s no current support for overriding what is reported.

Ok, i understand, this breaks the local launch capability when using docker bridge networking (docker host networking and docker macvlan would report ok) which is the most popular.