What would you like us to improve
If local has ipv6 addresses and routes and remote proxy doesn't, eBPF program will disable the ipv6 traffic to this remote proxy.
However, some softwares have bad happy eyeballs support and always retry.
Node.js
Occurs since v17.
Fixed in v20.
nodejs/node#41625
nodejs/node#44731
Powershell
Occurs on but not only v7.3.4.

wget
No version context was given.
Wait 60s for timeout and fallback.

What should do
We should disable dropping ipv6 traffic if node has no ipv6 connectivity (at least) in domain++ mode.
Or, only drop them in IP mode (not a good idea if no sniffed domain).
What would you like us to improve
If local has ipv6 addresses and routes and remote proxy doesn't, eBPF program will disable the ipv6 traffic to this remote proxy.
However, some softwares have bad happy eyeballs support and always retry.
Node.js
Occurs since v17.
Fixed in v20.
nodejs/node#41625
nodejs/node#44731
Powershell
Occurs on but not only v7.3.4.
wget
No version context was given.
Wait 60s for timeout and fallback.
What should do
We should disable dropping ipv6 traffic if node has no ipv6 connectivity (at least) in domain++ mode.
Or, only drop them in IP mode (not a good idea if no sniffed domain).