Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created July 31, 2018 07:56
Show Gist options
  • Save zoonderkins/278cacda82e40a172863a71b5563153e to your computer and use it in GitHub Desktop.
Save zoonderkins/278cacda82e40a172863a71b5563153e to your computer and use it in GitHub Desktop.
dns over tls vs naked #dns

Listen to utun1 port 853 (dns over tls)

sudo tcpdump -vv -x -X -i utun1 'port 853'

Listen on port 53 (normal) sudo tcpdump -vv -x -X -i utun1 'port 53'

![Example between naked and over TLS] (https://imgur.com/a/3JP9kn0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment