-
Notifications
You must be signed in to change notification settings - Fork 49
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
Added command to change (and show) forward URL #30
base: dev
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
can you support changing nameserver? @Schmetzler |
Well I suppose it could be done, but nameserver changing had a lot more options if I remember correctly. Can you specify your usecase, so I may end up with a nice solution? |
Thank you for responding to me. I buy I domain .tk in dot.tk and point nameserver to Cloudflare. However, in only two weeks, I meet an issue twice. Dot.tk reset nameserver of my domain and fill blank to all nameserver fields. I must update nameservers manually. I want check current nameservers and update it if it is blank. Thank you if you take time to support updating nameserver. |
Kudos, SonarCloud Quality Gate passed! |
Now you should be able to list nameservers with: |
Thank you for helping me ^.^ |
Hey, I would love to use this feature. Is it possible this gets merged in near future? |
Nvm, I just discovered how to use this, so if someone else is struggling too: |
I added a command
domain forward
to show the forward URL and also change it for a domain.I am addressing #28
I guess the commit is not the same structure as the rest of the program, but it works for me.