File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ consider the endpoint to be blocked and write in the report:
8080}
8181```
8282
83- For every IP we have found to be consistent (i.e. within the net blocks
84- assigned to WhatsApp) we then try to establish a TCP session to port ` 443 `
83+ For every IP, both consistent and inconsistent, we then try to establish a TCP session to port ` 443 `
8584and ` 5222 ` .
8685
8786For a given IP address we consider the connection successful if either connecting to ` IP:443 ` or ` IP:5222 ` succeeds.
8887
89- If ALL of the connections succeed then we consider the endpoint to not be
88+ If ANY of the connections to consistent endpoints (i.e. within the net blocks
89+ assigned to WhatsApp) succeed then we consider the endpoint to not be
9090blocked.
9191
9292Conversely if all attempts fail then we consider the endpoint to be blocked
You can’t perform that action at this time.
0 commit comments