How do I get the local hostname if unresolvable through DNS in Java?

后端 未结 8 2460
清酒与你
清酒与你 2021-02-19 04:38

This sounds like something that should have been asked before, and it has sort of, but I\'m looking to get the local hostname and IP addresses of a machine even when it is not r

8条回答
  •  天命终不由人
    2021-02-19 05:17

    Java will read the /etc/hosts file if there is no DNS configured, or rather the corresponding C functions will.

提交回复
热议问题