ayende / rhino-licensing

A software licensing framework
http://ayende.com
BSD 3-Clause "New" or "Revised" License
333 stars 167 forks source link

Provide extension point for overriding default list of time servers #28

Closed tpwalke2 closed 6 years ago

tpwalke2 commented 7 years ago

I was recently notified of unexpected traffic on port 123 in an application I support and tracked the requests to the extended expiration date validation that contacts the hard-coded list of NTP servers in AbstractLicenseValidator. In this pull request, I have added a virtual method that can be used to modify the list of servers by subclasses.