mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[air, net] Fix ipv6 localhost
GitOrigin-RevId: 73a85e65fd9d1ba430bc32bf47a5544d2bb00d41
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d35c20c71a
commit
3b35aa640f
@@ -3,5 +3,5 @@ package fleet.util
|
||||
|
||||
object NetUtils {
|
||||
fun localHost(): String = "127.0.0.1"
|
||||
fun localHostIpV6(): String = "::"
|
||||
fun localHostIpV6(): String = "::1"
|
||||
}
|
||||
Reference in New Issue
Block a user