Get local IP address

Is there a way to get local IP addresses with Haxe? When I examine localhost with sys.net.Host then all I get is 127.0.0.1 but need to know active network addresses.

Its here: Loading a file from web - Beginner - Haxe programming language cookbook
But it looks like this service does not work on try.haxe, so I used this:
Try Haxe !

1 Like

sys.net.Host works as … DNS resolver

You have to use external (target specific) tools (libs) if you need something more system/hardware/LAN related (interface names, adresses, routing … )