-
Notifications
You must be signed in to change notification settings - Fork 16
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
No subdomain? #7
Comments
I don't know which DNS add-on you are referring to (GoDaddy DNS or Google Cloud DNS), but everything is a subdomain (unless you have your own TLD, in which case, nice), so try something like this for
I haven't tested it, but I think it will probably work. |
No go... You've got a pattern match test that prohibits it from working...
I'd really love to be able to update the IP for theherrs.com with no
further subdomain.
{"code":"INVALID_BODY","fields":[{"code":"MISMATCH_FORMAT","message":"does
not conform to the 'domain' format, based on pattern:
/^[^.\\s]{1,63}(\\.[^.\\s]{1,63}){1,2}$/","path":"path.domain"}],"message":"Request
body doesn't fulfill schema, see details in `fields`"}
…On Thu, Jul 7, 2022, 22:12 Michael Brown ***@***.***> wrote:
I don't know which DNS add-on you are referring to (GoDaddy DNS or Google
Cloud DNS), but everything is a subdomain (unless you have your own TLD, in
which case, nice), so try something like this for my-domain.com:
domain: com
hostname: my-domain
I haven't tested it, but I think it will probably work.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB32XY6RWU2NAGFDWKALPADVS6MCRANCNFSM527PQUEA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'll give it a try! And yes, I have my own domain (theherrs.com) through
GoDaddy
…On Thu, Jul 7, 2022, 22:12 Michael Brown ***@***.***> wrote:
I don't know which DNS add-on you are referring to (GoDaddy DNS or Google
Cloud DNS), but everything is a subdomain (unless you have your own TLD, in
which case, nice), so try something like this for my-domain.com:
domain: com
hostname: my-domain
I haven't tested it, but I think it will probably work.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB32XY6RWU2NAGFDWKALPADVS6MCRANCNFSM527PQUEA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't want to use a subdomain with this utility, I want it to update the base domain's IP. But the subdomain says it's required, not optional.
Thoughts?
The text was updated successfully, but these errors were encountered: