Actions
Refactor #17906
closedMove create_*_record remove_*_record functions into dns_common
Description
Currently most of the DNS providers implement the exact same create_*_record and remove_*_record functions, but with a different do_create and do_remoe implementation. This leads to duplication and extra maintenance effort. Providing them by default in dns_common should reduce this and make plugin development easier.
Actions