Skip to content

mkyong.com

  • Spring Boot
  • Java Virtual Threads
  • Contact
  1. Home /
  2. dns

Tag: dns

server April 22, 2015 2 min read by mkyong 5 comments

NameCheap domain name and Amazon EC2

In this tutorial, we will show you how to associate a NameCheap domain name to an Amazon EC2 instance. In AWS Create an Elastic IP and point to the Amazon EC2 instance. Go to service Route 53, create a ‘A’ record and point to the Elastic IP. In Route 53, copy the Amazon NS (name […]

Read more NameCheap domain name and Amazon EC2
java March 18, 2014 2 min read by mkyong 1 comment

Java – Get nameservers of a website

In this tutorial, we will show you how to get the nameservers of a website using Java + dig command. 1. Using Dig Command 1.1 On Linux, we can use dig command to query a DNS lookup of a website, for example : $ dig any mkyong.com //… mkyong.com. 299 IN A 162.159.x.x mkyong.com. 299 […]

Read more Java – Get nameservers of a website

Java and Spring tutorials since 2008. Every example is a complete, runnable file, compiled and run on a real machine before it goes out.

About This Site

  • About
  • Editorial Policy
  • Contact
  • Code License
  • Privacy Policy
  • Terms of Use

© 2026 mkyong.com — Powered by WordPress

RSS