> On Jan 18, 2017, at 1:04, Neil Green <[email protected]> wrote: > > On the 'manage servers' page of the Pool website, the 'Net speed' drop down > menu jumps from 3 Mbit to 10 Mbit. Is it feasible to add one or even two > steps between 3 and 10 (say 6, or 5 and 8) to prevent currently underwhelmed > pool servers such as mine from being overwhelmed at the next step up in speed?
Sure, that sounds reasonable. Patches welcome :-) https://github.com/abh/ntppool/blob/master/docs/manage/tpl/manage/server.html If you have docker installed it should be relatively doable to run the whole thing on your local computer (maybe with ngrok to get a few different domain names pointing to your local port). There are some instructions at https://dev.ntppool.org/install/ but even easier you should be able to just run “docker-compose up” in the git checkout to start the app. Configure domain names etc at the bottom of combust.docker.conf. Though of course to just add a couple more options you don’t need to run it, but you could. :-) Ask _______________________________________________ pool mailing list [email protected] http://lists.ntp.org/listinfo/pool
