We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to update the A records of www.example.com and test.example.com using fdu process. I tried using this freenom.yml:
www.example.com
test.example.com
fdu process
login: test@example.com password: test record: - domain: example.com name: www - domain: example.com name: test
fdu process only updated the first domain and ignored the second.
The text was updated successfully, but these errors were encountered:
login: test@example.com password: test record:
domain: example_domain1.com ttl: 300
domain: example_domain1.com. name: www.example_domain1.com ttl: 300
domain: example_domain2.com ttl: 300
domain: example_domain2.com. name: www.example_domain2.com ttl: 300
Sorry, something went wrong.
No branches or pull requests
I want to update the A records of
www.example.com
andtest.example.com
usingfdu process
.I tried using this freenom.yml:
fdu process
only updated the first domain and ignored the second.The text was updated successfully, but these errors were encountered: