Skip to content

Commit

Permalink
add ::1 to expected local ip's in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
ggivo committed Nov 19, 2024
1 parent 4b17a06 commit 8ece5a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private static Set<String> getAllLocalIps() {
throw new RuntimeException(e);
}
//ipv6 loopback
allLocalIps.add("::1");
allLocalIps.add("[::1]");
return allLocalIps;
}
}

0 comments on commit 8ece5a3

Please sign in to comment.