dig ile dkim check

dig -t txt key1._domainkey.xxxxxx.com @nameserver

Posted in Console, Linux on May 20th, 2013 by Kürşad DARA | | 0 Comments

dig ile reverse dns kaydı kontrolü

[root@kursad ~]# dig -x ttt.zzz.xxx.yyy        

; < <>> DiG 9.3.4-P1 < <>> -x ttt.zzz.xxx.yyy 
;; global options:  printcmd
;; Got answer:
;; ->>HEADER< <- opcode: QUERY, status: NOERROR, id: 14528
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;yyy.xxx.zzz.ttt.in-addr.arpa.    IN      PTR

;; ANSWER SECTION:
yyy.xxx.zzz.ttt.in-addr.arpa. 21413 IN    PTR     aaa.bbb.ccc.com.

;; Query time: 16 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Apr 29 17:28:35 2013
;; MSG SIZE  rcvd: 83

Bu daha daha okunabilir versiyonu.

[root@kursad ~]# dig -x ttt.zzz.xxx.yyy  +short
aaa.bbbb.ccc.com.

Posted in Linux on April 29th, 2013 by Kürşad DARA | | 0 Comments