mirror of
https://github.com/abh/ntppool.git
synced 2026-04-26 12:05:56 +03:00
[GH-ISSUE #20] Display IPv6 hosts in server counts #14
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntppool#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loewis on GitHub (Jun 7, 2011).
Original GitHub issue: https://github.com/abh/ntppool/issues/20
It would be nice if the UI would display how many IPv6 servers we have in each region.
For the condensed views (eg. Active Servers), I propose to put the IPv6 counts into parentheses, e.g.
Africa 0
Asia 4 (IPv6: 2)
Europe 91 (IPv6: 20)
North America 30 (IPv6: 4)
Oceania 1
South America 10 (IPv6: 2)
Alternatively, we could always use an IPv4:IPv6 syntax, so that people may recognize what
Germany — de.beta.grundclock.com (16:14)
means.
On the individual region pages, I'd have two separate listings:
There are 93 active servers in this zone.
history
20 of these are reachable over IPv6
history
@abh commented on GitHub (Jun 8, 2011):
Done most of the work for this in
commit
840cdce2dbAuthor: Ask Bjørn Hansen ask@develooper.com
Date: Tue Jun 7 18:01:38 2011 -0700
Graphs are the only publicly accessible of this for now: http://www.pool.ntp.org/zone/graph/europe-v6.png
@abh commented on GitHub (Jul 20, 2011):
For now I chose just to have the split out stats on each zone page, rather than on the list of "sub zones", too.