Skip to content

Commit

Permalink
portsplit.conf: add example section for SSL
Browse files Browse the repository at this point in the history
Signed-off-by: KheOps <kheops@ceops.eu>
  • Loading branch information
kheops2713 committed May 14, 2015
1 parent 906afd6 commit 94304a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/portsplit.conf
Expand Up @@ -22,6 +22,14 @@ connect = www.google.com:80
string = \00\0E\38
connect = 127.0.0.1:1194

[ssl]
# These strings correspond to the "Client Hello" for SSLv3 and TLSv1.[012]
string = \16\03\00
string = \16\03\01
string = \16\03\02
string = \16\03\03
connect = 127.0.0.1:443

# Fallback - could do a PPPd connection
# pppd needs a pty to communicate with
[fallback]
Expand Down

0 comments on commit 94304a4

Please sign in to comment.