Vladimir Dubrovin
|
013d4bc333
|
tlspr (SNI proxy) implemented
Options -cN - level of TLS check
default - allow non-TLS traffic
1 - require TLS, only check client HELLO packet
2 - require TLS, check both client and server HELLO
3 - require TLS, check server send certificate (not compatible with TLS 1.3)
4 - require mutual TLS, check server send certificate request and client sends certificate (not compatible with TLS 1.3)
-P - default port
examples:
1.
tlspr -p1443 -P443 -c1
(port 1443 may be used to redirect traffic to destination port 143). SNI is used to find destination host
2.
allow * * * 80
parent 1000 http 0.0.0.0 0
allow * * * * CONNECT
parent 1000 tls 0.0.0.0 0
deny * * some.not.allowed.host
allow *
socks
attempts to take destination hostname from SNI in SOCKS
|
2024-05-20 13:01:38 +03:00 |
|
Vladimir Dubrovin
|
fb56b7d307
|
"auto" command added
|
2022-10-18 17:58:52 +03:00 |
|
z3APA3A
|
9c7fc9fddc
|
correct clean
|
2020-11-24 20:05:49 +03:00 |
|
z3APA3A
|
7aaa9c18dd
|
build rc file from res
|
2020-11-22 02:14:53 +03:00 |
|
z3APA3A
|
3dd1969657
|
Move logging to log.c
|
2020-10-07 19:03:59 +03:00 |
|
z3APA3A
|
8ad8a9ccd2
|
Remove unsupported "myalloc" code
|
2019-08-13 12:36:55 +03:00 |
|
z3APA3A
|
24127196ce
|
Remove ICQPR because OSCAR is outdated
|
2018-04-22 21:46:00 +03:00 |
|
z3APA3A
|
c1beee44ef
|
Add support for -os, -oc, -ol
-ocOPTIONS, -osOPTIONS, -olOPTIONS - options for client (oc), server
(os) or listening (ol) socket
e.g.
proxy -ocTCP_NODELAY,SO_KEEPALIVE,SO_DONTROUTE
|
2016-12-25 02:46:30 +03:00 |
|
z3APA3A
|
e7433d633c
|
'radius' and 'auth radius' support added (not tested yet)
Example:
radius secret 192.168.0.1 192.168.0.2
authcache ip,user
auth cache radius
|
2016-12-20 19:50:50 +03:00 |
|
z3APA3A
|
43da6cc32b
|
remove premake from makefile
|
2016-01-28 01:04:25 +03:00 |
|
z3APA3A
|
48361db51c
|
Add versioning information only to 3proxy.exe
|
2016-01-27 17:55:40 +03:00 |
|
z3APA3A
|
b2e415b8cb
|
Code restructure
! configuration moved to config.c
- msnpr.c removed
- countersutil.c removed
|
2015-12-03 02:17:15 +03:00 |
|
z3APA3A
|
e37a7f48d7
|
Older CVS comments removed
|
2014-12-13 23:20:00 +03:00 |
|
z3APA3A
|
c7310a2060
|
initial partial patches for IPv6 client support
|
2014-10-19 21:54:24 +04:00 |
|
Vladimir Dubrovin
|
5543b3052d
|
Moving icons compilation to Makefiles
|
2014-04-13 19:21:18 +04:00 |
|
z3APA3A
|
a060376f1e
|
initial import to git
|
2014-04-08 13:03:21 +04:00 |
|