When running in "local network" mode, we can give a specific port with --port but OpenFox listens on all network interfaces.
I'd like it to listen only on localhost and my VPN tun interface.
Can we have an option e.g. --host localhost,192.210.111.143 (where 192.210.111.143 could be the address on the VPN network)?
When running in "local network" mode, we can give a specific port with
--portbut OpenFox listens on all network interfaces.I'd like it to listen only on localhost and my VPN tun interface.
Can we have an option e.g.
--host localhost,192.210.111.143(where 192.210.111.143 could be the address on the VPN network)?