How to change 'Remote Control Web Interface bind address' in build for different computers in a local netwrok?

I’ve build a remote control for my application. The problem I’m facing with ‘Remote Control API’ plugin is that I can’t seem to figure out how to change bind address for each computer that is running build.

All computers have different LAN IP (Naturally), but the value defined in ‘Remote Control Web Interface bind address’ in project setting seems to be hardcoded.

Currently, I have to bind my project to local IP (127.0.0.1) and then put port forwarding in firewall. It is not elegant and I have to do it separately for all machines.

I just want remote control to run on ‘http://LANIP:30010/’ for all machines and so client can use it right off the bat.