namesilo_ddns icon indicating copy to clipboard operation
namesilo_ddns copied to clipboard

Dynamic DNS with NameSilo in BASH

Results 9 namesilo_ddns issues
Sort by recently updated
recently updated
newest added

as title. when there will be multiple records with $HOST.$DOMAIN, not able to address ipv4 one correctly. RECORD_ID=`xmllint --xpath "//namesilo/reply/resource_record/record_id[../host/text() = '$HOST.$DOMAIN' ]" $DOMAIN.xml | grep -oP '(?

rrhost should not have a dot subfix, otherwise namesilo will report domain not found. the error response will looks like below dnsUpdateRecord121.228.14.21280subdomain..domain.me is not a valid host

![1](https://user-images.githubusercontent.com/18487473/142769820-dd21949c-5753-4fbb-a737-d19cb40c1535.png) ![2](https://user-images.githubusercontent.com/18487473/142769813-6ccdaacd-5e51-43c1-8051-cc08d6e8b141.png) ![3](https://user-images.githubusercontent.com/18487473/142769815-57d637cc-6b30-43c8-bf56-979c004d2ee1.png)

use curl ipify.org to query ip, in the beginning, create two empty tmp file to avoid occurs error.

1, fix sub record issue for dot 2, only save to file for 300 code

some changes to make the result more reliable.