Consider the following shell_command:
shell_command:
toggle_adguard_protection: curl -H "Authorization: Basic {{auth}}" -d "{'protection_enabled': {{enable_protection}}}" "http://{{ip_address}}:{{port}}/control/dns_config
However, the configuration validation fails on the colon after the Authorization
part.
Any idea how to work around this?
1 post - 1 participant