X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=dynamic-ip-update;fp=dynamic-ip-update;h=12726ae37335f80e0d0d2acdb6eca9d50b3d2ee2;hp=f4cec4ba53a79261ed2e33e7685f9c68f40b8cc2;hb=c91604aff2ce49bd4ce9b429b9e738286a319923;hpb=8e6b1a997f8dcf71feccd390a06a3229277952b8 diff --git a/dynamic-ip-update b/dynamic-ip-update index f4cec4b..12726ae 100755 --- a/dynamic-ip-update +++ b/dynamic-ip-update @@ -88,7 +88,6 @@ main() { case $gateway in 10.2.0.1) dyndomain=b8.nz - dynhost=i.b8.nz ;; *) return 0 @@ -116,7 +115,7 @@ main() { if $athome; then - if ! cur4="$(dig +short $dynhost @iankelling.org | tail -1)"; then + if ! cur4="$(dig +short $dyndomain @iankelling.org | tail -1)"; then if [[ ! $INVOCATION_ID ]]; then echo "$0: dig failed. internet looks down. giving up" fi @@ -175,8 +174,6 @@ EOF if $up4; then cat >>$tmpf <