Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base domain #1

Open
chestercs opened this issue Jul 14, 2019 · 0 comments
Open

Update base domain #1

chestercs opened this issue Jul 14, 2019 · 0 comments

Comments

@chestercs
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant