Changeset 38625 for gs3-extensions


Ignore:
Timestamp:
2024-01-23T14:33:42+13:00 (4 months ago)
Author:
davidb
Message:

A-Record not CNAME

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/selfcontained-gcloud/trunk/spin-up-gce-vm/gcloud-create-vm.sh

    r38624 r38625  
    9191echo ""
    9292echo "----"
    93 echo "For your Greenstone3 VM to be publically accessible over the web, ensure the following DNS"
     93echo "For your Greenstone3 VM to be publically accessible over the web, ensure the following"
    9494echo "DNS record has been create through your Domain Hosting provider (e.g., Freeparking):"
    95 echo "  CNAME $GSVM_FQDN $external_static_ip"
     95echo "  A-Record: $GSVM_FQDN -> $external_static_ip"
    9696echo "----"
    9797
Note: See TracChangeset for help on using the changeset viewer.