From ec908af19c2ae88342174c2262151d4faa488263 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 9 Apr 2017 16:06:37 +0900 Subject: [PATCH] integration: Use nip.io instead of xip.io --- integration-tests/server_tester.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/server_tester.go b/integration-tests/server_tester.go index c6069b8e..ccb0b150 100644 --- a/integration-tests/server_tester.go +++ b/integration-tests/server_tester.go @@ -153,8 +153,8 @@ func newServerTesterInternal(src_args []string, t *testing.T, handler http.Handl if sep == -1 { t.Fatalf("backendURL.Host %v does not contain separator ':'", backendURL.Host) } - // We use awesome service xip.io. - b += fmt.Sprintf("%v.xip.io,%v;", backendURL.Host[:sep], backendURL.Host[sep+1:]) + // We use awesome service nip.io. + b += fmt.Sprintf("%v.nip.io,%v;", backendURL.Host[:sep], backendURL.Host[sep+1:]) } if backendTLS {