OPNsense Forum

Archive => 21.1 Legacy Series => Topic started by: matsukan on April 15, 2021, 07:32:34 pm

Title: Dynamic dns and '@' record
Post by: matsukan on April 15, 2021, 07:32:34 pm

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 ?


Title: Re: Dynamic dns and '@' record
Post by: stefanpf on April 15, 2021, 08:19:46 pm
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.
Title: Re: Dynamic dns and '@' record
Post by: matsukan on April 15, 2021, 08:46:57 pm
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 ?