ntpdate command seems to ignore http_proxy ...
|
feedback
|
migrated from stackoverflow.com Nov 19 '09 at 1:21
This question came from our site for professional and enthusiast programmers.
|
ntpdate uses NTP protocol, not HTTP. NTP uses UDP on port 123 as its transport layer, while http uses TCP port (80 by default) From ntpdate man page:
These are totally unrelated protocols. See wikipedia for a deeper explanation of Network Time Protocol | |||
|
feedback
|