Dynamic dns and '@' record

Started by matsukan, April 15, 2021, 07:32:34 PM

Previous topic - Next topic

How to at record via Dynamic DNS service ?  I'm using GoDaddy service provider and kind of

What service provide will return to opnsense logs :

/services_dyndns_edit.php: Dynamic DNS: (Error) Repsonse not handled check the following: {"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`"}

How about MX records ? It's supported by opnsense and GoDaddy ?

Hostname edit box contains just domain name, otherwise it will not work.


I'm new with OPNSense and something is new to me ...

Is there opnsense code which handle dynamic updates somewhere publicly availabe ?



Maybe I don't understand your Problem, but a MX Record should Point to
an A / AAAA record.
So you create a static MX record that Points to the a record that would by updated dynamic.

April 15, 2021, 08:46:57 PM #2 Last Edit: April 15, 2021, 08:48:32 PM by matsukan
A or AAAA are used as backup when MX record is not set. But this is not problem, this is Ok if I can set somehow A record for @-type.

Can be set ? Or should I use wildcard ?