1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-12-08 14:58:42 +00:00

Improve time server identification

This commit is contained in:
Carsten Larsen
2016-12-26 14:14:27 +01:00
parent abcf9f306e
commit fe9816b883
6 changed files with 61 additions and 17 deletions

View File

@ -80,5 +80,7 @@ namespace Ntp.Analyzer.Objects
public abstract string ProviderUrl { get; }
public abstract DateTime Updated { get; }
public bool IsOrgServer => Id < 5000;
}
}