We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79efcb6 commit 8890095Copy full SHA for 8890095
src/ViennaNET.WebApi.Net/IpTools/LocalIpProvider.cs
@@ -35,7 +35,7 @@ public string GetCurrentIp()
35
.FirstOrDefault(adapter => adapter.GetIPProperties()
36
?.DnsSuffix
37
?.Trim()
38
- .ToLower() == "raiffeisen.ru")
+ .ToLower() == "youdomain.ru")
39
?.GetIPProperties()
40
?.UnicastAddresses;
41
@@ -67,4 +67,4 @@ public string GetCurrentIp()
67
return string.Empty;
68
}
69
70
-}
+}
0 commit comments