paulopacitti / bacon

🥓 cli to update the public IP of your domain registered in Porkbun
MIT License
19 stars 2 forks source link

Wildcard subdomain is not being updated #5

Open slaszt opened 3 months ago

slaszt commented 3 months ago

I've noticed that Bacon isn't updating the IP address for my account's wildcard subdomain A record. The domain updates fine so my keys must be working. Maybe my config.json isn't written correctly? I'd appreciate a look if possible.

{
  "domain": "example.com",
  "key": "[private]",
  "secretkey": "[private]",
  "subdomain": "*",
  "type": "A"
}