How to dig SRV record after creating it in DNS

dig <record type> <host.name>

e.g dig SRV _someservice._port.hostname.domainame.com.my OR dig SRV _https._ICMP.host.takizo.com

Related posts:

  1. TextMate: Creating New Project in Shell Instantly Been using TextMate recently, really loving it like hell. There...
  2. Check DNS Record with Dig Command Check DNS Record with Dig Command How do you find...
  3. How to Change Hostname in Unix FreeBSD We have interesting hostname for our all our servers. Some...
  4. ls & rm with regular expression e.g. rm -rf backup-20070[8-9]-* would delete : backup-200708-morning backup-200708-evening backup-200709-night...
  5. exim: rejected EHLO, syntactically invalid argument If you email having problem with rejected EHLO or HELO,...
  6. convert epoch using date command date -d ‘<Unix epoch> <epoch date> sec’ e.g. date -d...
  7. split – but no destination parameter to specify first : cd /destination/directory second : split /source/directory/big-huge-file prefix-to-apply-onto-splited-files Voila...
  8. Install MySQL5 on Mac OSX With Darwin Port Before installing MySQL5, please be sure you have Darwin Port...
  9. run sql/queries (postgres) within bash e.g. for things-to-buy in $(psql -d database-name -U username -c...
  10. ssh client hang after a few minutes of inactivity specify the parameter “ServerAliveInterval 60″ in /etc/ssh_config or /etc/ssh/ssh_config. for...

Leave a Reply