User Tools

Site Tools


restrictions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
restrictions [2013/10/10 22:23]
bashfulbladder [How To Add A Restriction]
restrictions [2018/05/01 17:22]
ispyisail [Access Restrictions]
Line 1: Line 1:
 ====== Access Restrictions ====== ====== Access Restrictions ======
 +
 +Access Restriction up until 1.10.0 only blocked http Traffic. Version 1.10.1 and above now blocks http and https (encrypted) traffic. 
 +
 +This is achieved by leveraging the Server Name Indication (SNI) extension of the TLS1.2 standard in HTTPS authentication. The host name (e.g. example.com) is served in the clear in the packet so that the server knows which certificate to send back to the client. The path (e.g. /foo.html) is only sent once the transmission is fully encrypted. That is to say, we can only match the domain of HTTPS traffic.
 +SNI is supported by all major browsers and has been gaining proliferation since the mid 2000's.
  
 ===== How To Add A Restriction ===== ===== How To Add A Restriction =====
restrictions.txt ยท Last modified: 2019/02/24 20:15 by lantis