config: Update more than one subdomain
benthetechguy opened this issue · 1 comments
benthetechguy commented
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: 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.
codexna commented
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