integration: Use nip.io instead of xip.io
This commit is contained in:
parent
e61ac4682e
commit
ec908af19c
|
@ -153,8 +153,8 @@ func newServerTesterInternal(src_args []string, t *testing.T, handler http.Handl
|
||||||
if sep == -1 {
|
if sep == -1 {
|
||||||
t.Fatalf("backendURL.Host %v does not contain separator ':'", backendURL.Host)
|
t.Fatalf("backendURL.Host %v does not contain separator ':'", backendURL.Host)
|
||||||
}
|
}
|
||||||
// We use awesome service xip.io.
|
// We use awesome service nip.io.
|
||||||
b += fmt.Sprintf("%v.xip.io,%v;", backendURL.Host[:sep], backendURL.Host[sep+1:])
|
b += fmt.Sprintf("%v.nip.io,%v;", backendURL.Host[:sep], backendURL.Host[sep+1:])
|
||||||
}
|
}
|
||||||
|
|
||||||
if backendTLS {
|
if backendTLS {
|
||||||
|
|
Loading…
Reference in New Issue