Skip to content

Commit 8890095

Browse files
authored
Update LocalIpProvider.cs
1 parent 79efcb6 commit 8890095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ViennaNET.WebApi.Net/IpTools/LocalIpProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public string GetCurrentIp()
3535
.FirstOrDefault(adapter => adapter.GetIPProperties()
3636
?.DnsSuffix
3737
?.Trim()
38-
.ToLower() == "raiffeisen.ru")
38+
.ToLower() == "youdomain.ru")
3939
?.GetIPProperties()
4040
?.UnicastAddresses;
4141

@@ -67,4 +67,4 @@ public string GetCurrentIp()
6767
return string.Empty;
6868
}
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)