You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding or having an existing mirror inside archweb, one cannot control if IPV6 support is added or not. There has been cases where IPV6 is broken via mirror checks but they still use it or a failed ipv6 check is what is causing a bad mirror score for an otherwise healthy mirror (if ipv6 is not intended)
If I understand correctly, authenticated users in archweb can only see them as readonly fields
One Idea would be that we keep the same functionality but the fields become auto-ticked checkboxes if the mirror has either A or AAAA record. So one may disable either for whatever reason.
The text was updated successfully, but these errors were encountered:
jelly
changed the title
Optioanl IPV6 support for mirror checks
Optional IPV6 support for mirror checks
Aug 19, 2024
So we have a service called mirrors/management/commands/mirrorresolv.py which sets the has_ipv4 and has_ipv6 fields and this is buggy? Then why don't we fix the issue of resolving if the mirror has ipv4 or ipv6?
Do you know a mirror which was wrongly shown as broken?
Then why don't we fix the issue of resolving if the mirror has ipv4 or ipv6?
This could be a good idea, so we keep the same functionality. How would we go about fixing it? This is only doing resolving but not if the mirror endpoint is reachable or not, should we do a port test?
Hi,
When adding or having an existing mirror inside archweb, one cannot control if IPV6 support is added or not. There has been cases where IPV6 is broken via mirror checks but they still use it or a failed ipv6 check is what is causing a bad mirror score for an otherwise healthy mirror (if ipv6 is not intended)
If I understand correctly, authenticated users in archweb can only see them as readonly fields
archweb/mirrors/admin.py
Line 36 in 31333d3
One Idea would be that we keep the same functionality but the fields become auto-ticked checkboxes if the mirror has either A or AAAA record. So one may disable either for whatever reason.
The text was updated successfully, but these errors were encountered: