diff --git a/common_test.go b/common_test.go index 5ede8cc..3f9a1bc 100644 --- a/common_test.go +++ b/common_test.go @@ -262,7 +262,7 @@ func TestMain(m *testing.M) { tls: true, proxyHandler: &Handler{ ACL: []ACLRule{ - {Subjects: []string{"127.0.0.1"}, Allow: true}, + {Subjects: []string{"127.0.64.51"}, Allow: true}, {Subjects: []string{"all"}, Allow: false}, }, AllowedPorts: []int{6451},