Configuring Google Domains
by John Vincent
Posted on May 12, 2018
This is part of a series of discussions regarding Deploying TaskMuncher to a Digital Ocean Droplet.
For more details, please see Deploy TaskMuncher
Configuring Google Domains
Select domain: taskmuncher.com
- Configure DNS
- Registered Hosts
Host name: taskmuncher.com
IP: 159.89.179.32
Host name: www.taskmuncher.com
IP: 159.89.179.32
Add Custom resource records.
name: @
Type: A
TTL: 1h
Data: 159.89.179.32
name: www
Type: A
TTL: 1h
Data: 159.89.179.32
Verify Domain Configuration
Ensure all are domains and subdomains are forwarding to the correct ip.
Test Domains
ping taskmuncher.com
ping www.taskmuncher.com
dig A taskmuncher.com
dig A www.taskmuncher.com
Output for each should look like:
dig A www.taskmuncher.com
; <<>> DiG 9.8.3-P1 <<>> A www.taskmuncher.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61202
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.taskmuncher.com. IN A
;; ANSWER SECTION:
www.taskmuncher.com. 3581 IN A 159.89.179.32
;; Query time: 0 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Mon Aug 14 03:47:38 2017
;; MSG SIZE rcvd: 51
- Configuring Google Domains
- Configuring Google Domains
- Configuring Meta Tags
- Feediator Google Authentication
- Gatsby Robots file
- Gatsby Sitemap
- Google Authentication
- Google Coverage Issues
- Google Custom Search and Jekyll
- Google Fonts and Webfontloader
- Google Gmail Configuration
- Google Mobile Usability Issues
- Google Youtube APIs
- Website Review Reference
Taskmuncher
- Backup TaskMuncher from Digital Ocean
- Configure HTTP Nginx
- Configure HTTPS Nginx
- Configuring Google Domains
- Configuring Meta Tags
- Create Site Map
- Create SSL Certificates
- Create Ubuntu Droplet at Digital Ocean
- Deploy TaskMuncher React App to AWS
- Facebook Application Id
- First time deploy TaskMuncher React App to Digital Ocean
- Google Analytics for TaskMuncher
- Google Authentication
- Google Gmail Configuration
- Google Webmaster Tools
- Install Ubuntu Mongo
- Install Ubuntu Nginx
- Mailgun
- Maintaining Ubuntu Droplet
- Material-UI Showcase
- Optimizing TaskMuncher with Webpack 4
- React Production Issues
- TaskMuncher Images and Favicons
- TaskMuncher Overview
- TaskMuncher Performance
- TaskMuncher Website Validation
- Update SSL Certificates
- Update TaskMuncher for Lighthouse Findings
- Update TaskMuncher to be a Progressive Web App
- Update TaskMuncher to use React BrowserRouter
- Update TaskMuncher to Webpack v4, Babel v7, Material-UI v3