mirror of
https://github.com/netbirdio/ice.git
synced 2026-05-22 17:10:58 -07:00
Fix TestRelayOnlyConnection on debian
Debian based linux uses 127.0.1.1 as a local loopback address in some condition of the install.
This commit is contained in:
committed by
Sean DuBois
parent
d001618082
commit
0b788eed85
@@ -46,7 +46,7 @@ func TestRelayOnlyConnection(t *testing.T) {
|
||||
Urls: []*URL{
|
||||
{
|
||||
Scheme: SchemeTypeTURN,
|
||||
Host: "localhost",
|
||||
Host: "127.0.0.1",
|
||||
Username: "username",
|
||||
Password: "password",
|
||||
Port: serverPort,
|
||||
|
||||
@@ -42,7 +42,7 @@ func TestServerReflexiveOnlyConnection(t *testing.T) {
|
||||
Urls: []*URL{
|
||||
{
|
||||
Scheme: SchemeTypeSTUN,
|
||||
Host: "localhost",
|
||||
Host: "127.0.0.1",
|
||||
Port: serverPort,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user