X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=dynamic-ip-update;h=12726ae37335f80e0d0d2acdb6eca9d50b3d2ee2;hb=refs%2Fheads%2Fmaster;hp=f4cec4ba53a79261ed2e33e7685f9c68f40b8cc2;hpb=50f25d1eec109c4596cfc638c9a7c98da0f0b5d0;p=distro-setup 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 <