diff --git a/core/src/test/java/google/registry/server/RegistryTestServerMain.java b/core/src/test/java/google/registry/server/RegistryTestServerMain.java index 2c478a0d1..c9549ab0e 100644 --- a/core/src/test/java/google/registry/server/RegistryTestServerMain.java +++ b/core/src/test/java/google/registry/server/RegistryTestServerMain.java @@ -53,7 +53,7 @@ public final class RegistryTestServerMain { names = "--address", description = "Listening address.", validateWith = HostAndPortParameter.class) - private HostAndPort address = HostAndPort.fromString("[::]:8080"); + private HostAndPort address = HostAndPort.fromString("[::1]:8080"); @Parameter(names = "--fixtures", description = "Fixtures to load into the DB.") private List fixtures = ImmutableList.of(Fixture.BASIC);