commit 744b8d58cf518ca9af20bd8be07b9a60b53af654 Author: Joe Landers joe@joelanders.net Date: Mon Apr 4 19:17:11 2016 +0200
Update ts-008-tcpconnect.md
There are probably more of these formatting issues in this repo; I'm fixing a couple I just happened to see. --- test-specs/ts-008-tcpconnect.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/test-specs/ts-008-tcpconnect.md b/test-specs/ts-008-tcpconnect.md index 4fa9d18..0736cc4 100644 --- a/test-specs/ts-008-tcpconnect.md +++ b/test-specs/ts-008-tcpconnect.md @@ -29,9 +29,11 @@ A list of URLs to be tested for censorship.
The input document may contain an http or https URL, an IP:PORT, or a FQDN:PORT per line. e.g.
- http://www.google.com - google.com:80 - 8.8.8.8:53 +``` + http://www.google.com + google.com:80 + 8.8.8.8:53 +```
are all valid entries
@@ -59,7 +61,7 @@ The result of the connection attempt, 'success' or failure type. Ability to determine that a specific host:port is blocked.
## Example output sample - +``` ########################################### # OONI Probe Report for tcp_connect (0.1) # Wed Sep 18 20:41:49 2013 @@ -93,3 +95,4 @@ Ability to determine that a specific host:port is blocked. ... --- {connection: success, input: 'blogspot.com:80'} + ```