ntplib
ntplib copied to clipboard
Added switch for selection of IPv4 or IPv6
Probably the wrong way to do this but I needed a way to select what address family to use when doing a query to an NTP server (IPv4, IPv6 or any).
A simple if statement did it for me, feel free to change or reject.