Actions
Bug #5546
closed$bindip(0.0.0.0) returns wrong value
Start date:
04/17/2022
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
It seems $bindip(<ip>) should return the best network adapter for connecting to that ip address, but returns $null on adiirc.
Example:
$bindip(::) = network adapter ipv6 address
$bindip(0.0.0.0) = network adapter ipv4 address
- Thanks!
Actions