mirror of
https://github.com/abh/ntppool.git
synced 2026-04-25 19:45:50 +03:00
[GH-ISSUE #17] Do AAAA DNS lookups when adding servers #289
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntppool#289
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 @abh on GitHub (Jun 3, 2011).
Original GitHub issue: https://github.com/abh/ntppool/issues/17
When adding servers by name, also do an AAAA lookup and offer to add the IPv6 IPs if any to the pool, too. (Probably present a list of IPs with check boxes (checked by default) to approve.
See also issue #3.
@abh commented on GitHub (Jun 4, 2011):
Given a hostname (www.pool.ntp.org in this example) as input, ask the user to confirm adding the IP addresses; something like:
[ Country confirmation / dropdown ]
The NTP Pool system is entirely IP based, so we are registering IP addresses rather than hostnames; please confirm your IP address(es):
[x] 207.171.3.6 (IPv4)
[x] 2607:f238:2::51 [IPv6]
[ Continue ]