Skip to content

Commit

Permalink
Add a check to the gcloud DNS record instructions (antoniomika#251)
Browse files Browse the repository at this point in the history
Add commands for checking that the DNS records were set up correctly. Inspired by the issue antoniomika#250
  • Loading branch information
seyuboglu committed Oct 21, 2022
1 parent 9696686 commit bcd6911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/gcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ gcloud compute instances describe sish \
--format='get(networkInterfaces[0].accessConfigs[0].natIP)'
```

To confirm that the DNS records were created appropriately, you can run:
`dig @1.1.1.1 abcxyz.YOURDOMAIN` and `dig @1.1.1.1 YOURDOMAIN`. Both should get an answer with `status: NOERROR`.

## Using sish

### Try using SSH to connect to the sish service
Expand Down

0 comments on commit bcd6911

Please sign in to comment.