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

config: Update more than one subdomain #40

Open
benthetechguy opened this issue Jul 27, 2022 · 1 comment
Open

config: Update more than one subdomain #40

benthetechguy opened this issue Jul 27, 2022 · 1 comment

Comments

@benthetechguy
Copy link

I want to update the A records of www.example.com and test.example.com using fdu process.
I tried using this freenom.yml:

login: [email protected]
password: test
record:
  - domain: example.com
    name: www
  - domain: example.com
    name: test

fdu process only updated the first domain and ignored the second.

@codexna
Copy link

codexna commented Jan 4, 2023

login: [email protected]
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

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

2 participants