General Question: can i use an apex domain with this tool? #973
Answered
by
crazy-max
miguelarios
asked this question in
Q&A
-
I currently use this with a subdomain and love it but running my blog I wanted to resolve an apex domain to a CNAME which recursively points to the A record that this docker updates with my home IP. However you can’t CNAME apex (root domain names) in AWS. Wondering if I can add just the root address as an A record and this will update it? |
Beta Was this translation helpful? Give feedback.
Answered by
crazy-max
Aug 4, 2020
Replies: 1 comment
-
@mar005 Sure you could do this with something like this: credentials:
accessKeyID: "ABCDEFGHIJKLMNO123456"
secretAccessKey: "abcdefgh123456IJKLMN+OPQRS7890+ABCDEFGH"
route53:
hostedZoneID: "ABCEEFG123456789"
recordsSet:
- name: "example.com."
type: "A"
ttl: 300
- name: "ddns.example.com."
type: "A"
ttl: 300 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crazy-max
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mar005 Sure you could do this with something like this: