Closed Bartosz-lab closed 1 month ago
Currently, the --prefer-ipv6
flag is not used anywhere in the code, but in the future, we may introduce a configuration option that would allow users to choose this preference.
However, if we decide not to introduce this option, I will remove the flag.
Currently, the
--prefer-ipv6
flag is not used anywhere in the code, but in the future, we may introduce a configuration option that would allow users to choose this preference. However, if we decide not to introduce this option, I will remove the flag.
As a general rule we add only code which is used. OpenWISP has quite a good number of modules which sums up as many lines of code, maintained by a very small group of people, so we need to make sure to add only what we really need. The problem is not just adding new lines of code but maintaining them over time.
I have made the modifications to include only the necessary code.
Thanks @Bartosz-lab :pray:
Checklist
Reference to Existing Issue
Fixes #224.
Description of Changes
openwisp-get-address
.