X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=dynamic-ip-update;h=3ba7f34998098fab2ec80be10fdd9b165402ec40;hp=f4cec4ba53a79261ed2e33e7685f9c68f40b8cc2;hb=HEAD;hpb=50f25d1eec109c4596cfc638c9a7c98da0f0b5d0 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 <