mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add ntp.jst.mfeed.ad.jp and ntp1.v6.mfeed.ad.jp (IPv6 only) to
the NTP server list. The servers are by Internet Multifeed Co., and connected to their IX service JPNAP. It would be a good NTP server for machines in Japan. See also http://www.jst.mfeed.ad.jp/ for more details (Japanese only). Reviewed by: nork
This commit is contained in:
parent
8592d23a9f
commit
efd61bb045
2 changed files with 12 additions and 0 deletions
|
|
@ -1635,6 +1635,12 @@ DMenu MenuNTP = {
|
|||
{ "Italy", "ntps.net4u.it",
|
||||
dmenuVarsCheck, dmenuSetVariables, NULL,
|
||||
"ntpdate_enable=YES,ntpdate_flags=" },
|
||||
{ "Japan", "ntp.jst.mfeed.ad.jp",
|
||||
dmenuVarsCheck, dmenuSetVariables, NULL,
|
||||
"ntpdate_enable=YES,ntpdate_flags=ntp.jst.mfeed.ad.jp" },
|
||||
{ "Japan IPv6", "ntp1.v6.mfeed.ad.jp",
|
||||
dmenuVarsCheck, dmenuSetVariables, NULL,
|
||||
"ntpdate_enable=YES,ntpdate_flags=ntp1.v6.mfeed.ad.jp" },
|
||||
{ "Korea", "time.nuri.net",
|
||||
dmenuVarsCheck, dmenuSetVariables, NULL,
|
||||
"ntpdate_enable=YES,ntpdate_flags=time.nuri.net" },
|
||||
|
|
|
|||
|
|
@ -1635,6 +1635,12 @@ DMenu MenuNTP = {
|
|||
{ "Italy", "ntps.net4u.it",
|
||||
dmenuVarsCheck, dmenuSetVariables, NULL,
|
||||
"ntpdate_enable=YES,ntpdate_flags=" },
|
||||
{ "Japan", "ntp.jst.mfeed.ad.jp",
|
||||
dmenuVarsCheck, dmenuSetVariables, NULL,
|
||||
"ntpdate_enable=YES,ntpdate_flags=ntp.jst.mfeed.ad.jp" },
|
||||
{ "Japan IPv6", "ntp1.v6.mfeed.ad.jp",
|
||||
dmenuVarsCheck, dmenuSetVariables, NULL,
|
||||
"ntpdate_enable=YES,ntpdate_flags=ntp1.v6.mfeed.ad.jp" },
|
||||
{ "Korea", "time.nuri.net",
|
||||
dmenuVarsCheck, dmenuSetVariables, NULL,
|
||||
"ntpdate_enable=YES,ntpdate_flags=time.nuri.net" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue