The complete feature of WhoIs retrieval should be allowed to be enabled/disabled at organization and global level. This can be done via [FallbackBooleanChoiceField](https://openwisp.io/docs/stable/utils/developer/custom-fields.html#openwisp-utils-fields-fallbackbooleanchoicefield)](https://openwisp.io/docs/stable/utils/developer/custom-fields.html#openwisp-utils-fields-fallbackbooleanchoicefield). Need to introduce checks like `device.organization.is_whois_enabled` wherever required. **Dependencies** - [x] https://github.com/openwisp/openwisp-controller/issues/1032 - [x] https://github.com/openwisp/openwisp-controller/issues/1033
The complete feature of WhoIs retrieval should be allowed to be enabled/disabled at organization and global level. This can be done via FallbackBooleanChoiceField](https://openwisp.io/docs/stable/utils/developer/custom-fields.html#openwisp-utils-fields-fallbackbooleanchoicefield).
Need to introduce checks like
device.organization.is_whois_enabledwherever required.Dependencies