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

Added command to change (and show) forward URL #30

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

Schmetzler
Copy link

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.

@sonarcloud
Copy link

sonarcloud bot commented Oct 13, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@anhdhbn
Copy link

anhdhbn commented Aug 27, 2021

can you support changing nameserver? @Schmetzler

@Schmetzler
Copy link
Author

@anhdhbn

Well I suppose it could be done, but nameserver changing had a lot more options if I remember correctly.
Maybe I will dig into it in the next two weeks.

Can you specify your usecase, so I may end up with a nice solution?

@anhdhbn
Copy link

anhdhbn commented Aug 29, 2021

@anhdhbn

Well I suppose it could be done, but nameserver changing had a lot more options if I remember correctly.
Maybe I will dig into it in the next two weeks.

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.

@sonarcloud
Copy link

sonarcloud bot commented Sep 5, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Schmetzler
Copy link
Author

Now you should be able to list nameservers with:
fdu domain nameserver
change nameserver with:
fdu domain nameserver -n ns1 -n ns2 -n ns3 -n ns4 -n ns5
and revert back to default nameserver with:
fdu domain nameserver -n

@anhdhbn
Copy link

anhdhbn commented Sep 5, 2021

Now you should be able to list nameservers with:
fdu domain nameserver
change nameserver with:
fdu domain nameserver -n ns1 -n ns2 -n ns3 -n ns4 -n ns5
and revert back to default nameserver with:
fdu domain nameserver -n

Thank you for helping me ^.^

@kjell5317
Copy link

Hey, I would love to use this feature. Is it possible this gets merged in near future?

@kjell5317
Copy link

Nvm, I just discovered how to use this, so if someone else is struggling too:
pip install git+http://github.com/Schmetzler/Freenom-dns-updater.git installs this version and the command for URL forwarding has to look like this: fdu domain forward <user> <password> <domain> -u <forward_url>

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

Successfully merging this pull request may close these issues.

3 participants