-
Hi everyone! Trying to write config to update Beget DNS with Beget.API, and what i've got:
Tried to determine max length of ddns-path by shortening value and came to 256... Of cource it still not work with Beget.API as i want it, but error with ifconfig.me is gone. custom section of config
Does anyone had something related or similar? PS: for other hosts i can use short one ddns-path, but one host require to provide MX and TXT records. Beget.API is overwriting old MX and TXT with blanks if they are not provided. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
/include/ddns.h
changed to 512 and it works now. |
Beta Was this translation helpful? Give feedback.
/include/ddns.h
changed to 512 and it works now.