09-22-2018, 06:38 AM
Thanks for the hint @xoft, I forgot netstat was usable on Android.
It appears cuberite is binding to ipv6 but not ipv4 ([::1]:8080 is however timing out as well, that would he localhost over ipv6)
Code:
tcp 0 0 :::25565 :::* LISTEN 14287/Cuberite
tcp 0 0 :::8080 :::* LISTEN 14287/Cuberite
It appears cuberite is binding to ipv6 but not ipv4 ([::1]:8080 is however timing out as well, that would he localhost over ipv6)