Skip to content

Instantly share code, notes, and snippets.

@hexathos
Created July 7, 2014 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hexathos/9fb54de52154e94b08eb to your computer and use it in GitHub Desktop.
Save hexathos/9fb54de52154e94b08eb to your computer and use it in GitHub Desktop.
rbendig@zix:~$ dig @ns1.b-dns.eu piratenpartei-gp.de txt
; <<>> DiG 9.9.5-3-Ubuntu <<>> @ns1.b-dns.eu piratenpartei-gp.de txt
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32988
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;piratenpartei-gp.de. IN TXT
;; ANSWER SECTION:
piratenpartei-gp.de. 3600 IN TXT "v=spf1 redirect=_spf.mrbendig.com"
;; AUTHORITY SECTION:
piratenpartei-gp.de. 3600 IN NS ns1.b-dns.eu.
piratenpartei-gp.de. 3600 IN NS ns2.b-dns.eu.
;; Query time: 39 msec
;; SERVER: 78.47.183.56#53(78.47.183.56)
;; WHEN: Mon Jul 07 13:53:44 CEST 2014
;; MSG SIZE rcvd: 138
rbendig@zix:~$ dig @ns1.b-dns.eu _spf.mrbendig.com txt
; <<>> DiG 9.9.5-3-Ubuntu <<>> @ns1.b-dns.eu _spf.mrbendig.com txt
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22549
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;_spf.mrbendig.com. IN TXT
;; ANSWER SECTION:
_spf.mrbendig.com. 3600 IN TXT "v=spf1 ip4:176.9.19.139/32 ip4:176.9.135.58/32 ip4:88.198.51.179/32 ip6:2a01:4f8:150:1385::/64 a:mail.mrbendig.com a:mail.hyte.eu ip4:46.4.90.109/32 -all"
;; AUTHORITY SECTION:
mrbendig.com. 3600 IN NS ns1.b-dns.eu.
mrbendig.com. 3600 IN NS ns2.b-dns.eu.
;; Query time: 33 msec
;; SERVER: 78.47.183.56#53(78.47.183.56)
;; WHEN: Mon Jul 07 13:53:46 CEST 2014
;; MSG SIZE rcvd: 256
rbendig@zix:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment