-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Hey Seb!
Thanks for your work, it works like a charm if it comes to adding the zone in the terminal after the command. However I'm trying to add a permanent zone to the config file but I keep getting the same error message: Please supply a valid zone identifier in the input argument or the cloudflare config.
Your example isn't working either from the file. It doesn't give any syntax error just the above. I have tried like:
'zones' => 'asd123asd123asd123asd123asd';
'zones' => [
'asd123asd123asd123asd123asd'
],
'zones' => [
'asd123asd123asd123asd123asd' => []
],
And also your example. Please help me (us) out a bit.
Reactions are currently unavailable