mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
fix a bug
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Netch.Utils
|
||||
|
||||
if (DnsResult != null)
|
||||
{
|
||||
Country = databaseReader.Country(Hostname).Country.IsoCode;
|
||||
Country = databaseReader.Country(DnsResult).Country.IsoCode;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user