I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 097660ce authored by duck's avatar duck Committed by zzz
Browse files

Round-robin DNS NTP pool makes sense as default

Discussed at http://www.i2p.net/node/view/226 (thanks Nightblade)
(duck)
parent b08cfbbb
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,7 @@ router.maxWaitingJobs=40 ...@@ -152,6 +152,7 @@ router.maxWaitingJobs=40
# Keep the router's clock in sync by querying one of the specified NTP servers once # Keep the router's clock in sync by querying one of the specified NTP servers once
# a minute (uses UDP port 123) # a minute (uses UDP port 123)
# This defaults to the DNS round-robin ntp pool - see http://www.pool.ntp.org/
# Please change the NTP server specified to include ones closer to you - see # Please change the NTP server specified to include ones closer to you - see
# http://www.eecis.udel.edu/~mills/ntp/clock2a.html for a list (you can specify as # http://www.eecis.udel.edu/~mills/ntp/clock2a.html for a list (you can specify as
# many as you want on the args= line - they'll be tried in order until one answers). # many as you want on the args= line - they'll be tried in order until one answers).
...@@ -164,7 +165,7 @@ router.maxWaitingJobs=40 ...@@ -164,7 +165,7 @@ router.maxWaitingJobs=40
clientApp.0.main=net.i2p.time.Timestamper clientApp.0.main=net.i2p.time.Timestamper
clientApp.0.name=Timestamper clientApp.0.name=Timestamper
clientApp.0.onBoot=true clientApp.0.onBoot=true
clientApp.0.args=http://localhost:7655/setTime?k=v clock.fmt.he.net ntp2.belbone.be clientApp.0.args=http://localhost:7655/setTime?k=v pool.ntp.org pool.ntp.org pool.ntp.org
# SAM bridge (a simplified socket based protocol for using I2P - listens on port 7656. see # SAM bridge (a simplified socket based protocol for using I2P - listens on port 7656. see
# the specs at http://www.i2p.net/node/view/144 for more info) # the specs at http://www.i2p.net/node/view/144 for more info)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment