-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #258 from censoredplanet/dns-docs
Add docs for DNS data
- Loading branch information
Showing
5 changed files
with
325 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
msc { | ||
probe,remote; | ||
|
||
probe box probe [label="Initial Test Setup"]; | ||
probe=>remote [ label = "Write DNS Query over UDP" ]; | ||
probe<=remote [ label = "Read Response" ]; | ||
probe box probe [label="Validate IP Match"]; | ||
probe=>remote [ label = "Query Non-matching IPs for Domain over HTTPS" ]; | ||
probe<=remote [ label = "Read Responses" ]; | ||
probe box probe [label="Validate response certificate for domain"]; | ||
probe=>remote [ label = "Query Non-matching IPs for Domain over HTTP" ]; | ||
probe<=remote [ label = "Read Responses" ]; | ||
probe box probe [label="Check response content"]; | ||
probe box probe [label="Test Complete"]; | ||
} |
Oops, something went wrong.