We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8e019 commit cdd5b0aCopy full SHA for cdd5b0a
namesilo_ddns.sh
@@ -70,16 +70,16 @@ if [ "$deps_missing" = 1 ]; then
70
fi
71
72
##Saved history pubic IP from last check
73
-IP_FILE="/var/tmp/MyPubIP"
+IP_FILE="/var/tmp/MyPubIP-$DOMAIN"
74
75
##Time IP last updated or 'No IP change' log message output
76
-IP_TIME="/var/tmp/MyIPTime"
+IP_TIME="/var/tmp/MyIPTime-$DOMAIN"
77
78
##How often to output 'No IP change' log messages
79
NO_IP_CHANGE_TIME=86400
80
81
##Response from Namesilo
82
-RESPONSE="/tmp/namesilo_response.xml"
+RESPONSE="/tmp/namesilo_response-$DOMAIN.xml"
83
84
##Choose randomly which OpenDNS resolver to use
85
RESOLVER=resolver$(get_random 4 1).opendns.com
0 commit comments