Allow fetching over IPv6 #708
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#708
Loading…
Reference in a new issue
No description provided.
Delete branch "Oneric:ipv6"
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?
As reportedo n IRC by KitsuWhooa, fetching from IPv6-only hosts is broken otherwise.
Why does Mint disable IPv6 by default?, idk
I’m a bit confused about whether there even can be a different pool than
default
atm and if not, why all themaybe_add
s are needed. To make sure its added to (hopefully, assuming they calladd_transport_opts
) all pools,inet6: true
is directly set bymaybe_add_transport_opts
regardless of if any transport opts were set before.Depending on what needs to be supported, the whole
maybe_add
setup logic could perhaps be simplified to a deep merge with some default settings.23632e4e92
tofc95519dbf
merged via
1135935cbe
Pull request closed