Skip to content

Instantly share code, notes, and snippets.

@crowell
Created April 17, 2017 17:43

Revisions

  1. crowell created this gist Apr 17, 2017.
    36 changes: 36 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    sftp-3 ~ » dig @75.75.75.75 example.com

    ; <<>> DiG 9.8.3-P1 <<>> @75.75.75.75 example.com
    ; (1 server found)
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 49393
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;example.com. IN A

    ;; Query time: 26 msec
    ;; SERVER: 75.75.75.75#53(75.75.75.75)
    ;; WHEN: Mon Apr 17 10:43:00 2017
    ;; MSG SIZE rcvd: 29

    sftp-3 ~ » dig @8.8.8.8 example.com

    ; <<>> DiG 9.8.3-P1 <<>> @8.8.8.8 example.com
    ; (1 server found)
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32459
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;example.com. IN A

    ;; ANSWER SECTION:
    example.com. 69121 IN A 93.184.216.34

    ;; Query time: 31 msec
    ;; SERVER: 8.8.8.8#53(8.8.8.8)
    ;; WHEN: Mon Apr 17 10:43:12 2017
    ;; MSG SIZE rcvd: 45