You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to this: host: [record[0] == "." ? record.slice(1) : record]
So you can update your base domain just like a subdomain.
In your config.js you can use like this: namesilo_target_resource_hosts : ["","*"],
It will update your example.com and also *.example.com
The text was updated successfully, but these errors were encountered:
Yo
Change ip_updater.js@85
from this:
host: [record]
to this:
host: [record[0] == "." ? record.slice(1) : record]
So you can update your base domain just like a subdomain.
In your config.js you can use like this:
namesilo_target_resource_hosts : ["","*"],
It will update your example.com and also *.example.com
The text was updated successfully, but these errors were encountered: