vivo / MoonBox

月光宝盒:无侵入的流量录制与回放平台 A server-side traffic capture and replay platform with noninvasive
Apache License 2.0
1.17k stars 193 forks source link

多网卡应用下,获心跳的ip列表或者采集机器ip的时候,ip获取的是127.0.1.1 #62

Open imshaohua opened 9 months ago

imshaohua commented 9 months ago

同一LAN下,一台moonbox-web,一台应用(多个虚拟网卡),应用上agent获取的ip不正确

agent的代码: this.host = InetAddress.getLocalHost().getHostAddress();

image