mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-11 15:03:11 +08:00
Update readme for 0.9.5
This commit is contained in:
parent
46a230ebd3
commit
3668634781
5
README
5
README
@ -1,5 +1,5 @@
|
|||||||
# 3APA3A 3proxy tiny proxy server
|
# 3APA3A 3proxy tiny proxy server
|
||||||
(c) 2002-2021 by Vladimir '3APA3A' Dubrovin <3proxy@3proxy.org>
|
(c) 2002-2025 by Vladimir '3APA3A' Dubrovin <3proxy@3proxy.org>
|
||||||
|
|
||||||
|
|
||||||
Branches:
|
Branches:
|
||||||
@ -75,6 +75,8 @@ Please read doc/html/index.html and man pages.
|
|||||||
+ SOCKSv5 UDP and BIND support (fully compatible with
|
+ SOCKSv5 UDP and BIND support (fully compatible with
|
||||||
SocksCAP/FreeCAP for UDP)
|
SocksCAP/FreeCAP for UDP)
|
||||||
+ Transparent SOCKS redirection for HTTP, POP3, FTP, SMTP
|
+ Transparent SOCKS redirection for HTTP, POP3, FTP, SMTP
|
||||||
|
+ SNI proxy (based on TLS hostname)
|
||||||
|
+ TLS (SSL) server
|
||||||
+ POP3 Proxy
|
+ POP3 Proxy
|
||||||
+ FTP proxy
|
+ FTP proxy
|
||||||
+ TCP port mapper (port forwarding)
|
+ TCP port mapper (port forwarding)
|
||||||
@ -195,6 +197,7 @@ smtpp SMTP proxy server, binds to port 25. You must specify
|
|||||||
via mail.somehost.ru via proxy.
|
via mail.somehost.ru via proxy.
|
||||||
tcppm TCP port mapping. Maps some TCP port on local machine to
|
tcppm TCP port mapping. Maps some TCP port on local machine to
|
||||||
TCP port on remote host.
|
TCP port on remote host.
|
||||||
|
tlspr TLS proxy (SNI proxy) - sniffs hostname from TLS handshake
|
||||||
udppm UDP port mapping. Maps some UDP port on local machine to
|
udppm UDP port mapping. Maps some UDP port on local machine to
|
||||||
UDP port on remote machine. Only one user simulationeously
|
UDP port on remote machine. Only one user simulationeously
|
||||||
can use UDP mapping, so it cann't be used for public service
|
can use UDP mapping, so it cann't be used for public service
|
||||||
|
2
authors
2
authors
@ -1 +1 @@
|
|||||||
(c) 2002-2021 by Vladimir '3APA3A' Dubrovin <vlad@3proxy.org>
|
(c) 2002-2025 by Vladimir '3APA3A' Dubrovin <vlad@3proxy.org>
|
6
copying
6
copying
@ -1,8 +1,8 @@
|
|||||||
3proxy 0.9 Public License Agreement
|
3proxy 0.9 Public License Agreement
|
||||||
|
|
||||||
(c) 2000-2020 by 3APA3A (3APA3A@3proxy.ru)
|
(c) 2000-2025 by 3APA3A (3APA3A@3proxy.ru)
|
||||||
(c) 2000-2020 by 3proxy.org (https://3proxy.org/)
|
(c) 2000-2025 by 3proxy.org (https://3proxy.org/)
|
||||||
(c) 2000-2020 by Vladimir Dubrovin (vlad@3proxy.org)
|
(c) 2000-2025 by Vladimir Dubrovin (vlad@3proxy.org)
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
Loading…
Reference in New Issue
Block a user