1+
2+ < html lang ="ru ">
3+ < head >
4+ <!--
5+ OriginalURI=
6+ -->
7+ < meta name ="theme-color " content ="#ffffff ">
8+ < meta name =viewport content ="width=device-width, initial-scale=1 ">
9+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
10+ < link rel ="shortcut icon " href ="/favicon.ico " type ="type=image/x-icon ">
11+ < link rel ="stylesheet " href ="/style/bootstrap.min.css ">
12+ < script src ="/js/jquery.min.js "> </ script >
13+ < script src ="/js/bootstrap.bundle.min.js "> </ script >
14+ < link rel ="stylesheet " href ="/style/main.css ">
15+ < title >
16+ 3proxy : Documentation : faqe </ title >
17+
18+ < meta name ="Description " content ="3proxy freeware proxy server for Windows and Unix. HTTP, SOCKS, FTP, POP3 ">
19+ < meta name ="keywords " content ="3proxy, proxy, proxy server, free, freeware, socks, socks v5 ">
20+
21+ < meta NAME ="Author " content ="3APA3A ">
22+ </ head >
23+
24+ < body >
25+
26+ < nav class ="navbar sticky-top navbar-expand-lg navbar-dark bg-dark ">
27+ < a class ="navbar-brand " href ="/ "> < span class ="nav-logotext "> < span class ="nav-logotext1 "> 3</ span > PROXY</ span > </ a >
28+ < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse " data-bs-target ="#navbarNavDropdown " aria-controls ="navbarNavDropdown " aria-expanded ="false " aria-label ="Toggle navigation ">
29+ < span class ="navbar-toggler-icon "> </ span >
30+ </ button >
31+
32+ < div class ="collapse navbar-collapse " id ="navbarNavDropdown ">
33+ < ul class ="navbar-nav ">
34+
35+ < li class ="nav-item dropdown ">
36+ < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdownMenuLink " data-bs-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
37+ Downloads
38+ </ a >
39+ < div class ="dropdown-menu " aria-labelledby ="navbarDropdownMenuLink ">
40+ < a class ="dropdown-item " href ="/download/ "> Downloads</ a >
41+ < a class ="dropdown-item " href ="/download/stable/ "> Stable version</ a >
42+ < a class ="dropdown-item " href ="/download/devel/ "> Development version</ a >
43+ < a class ="dropdown-item " href ="https://github.com/z3APA3A/3proxy "> GIT</ a >
44+ < a class ="dropdown-item " href ="https://hub.docker.com/repository/docker/3proxy/3proxy "> Docker</ a >
45+ </ div >
46+ </ li >
47+ < li class ="nav-item dropdown ">
48+ < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdownMenuLink " data-bs-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
49+ Documentation
50+ </ a >
51+ < div class ="dropdown-menu " aria-labelledby ="navbarDropdownMenuLink ">
52+ < a class ="dropdown-item " href ="/documents/ "> Documentation</ a >
53+ < a class ="dropdown-item " href ="/doc/ "> Manual</ a >
54+ < a class ="dropdown-item " href ="/howtoe.html "> HowTo</ a >
55+ < a class ="dropdown-item " href ="/plugins/ "> Plugins</ a >
56+ </ div >
57+ </ li >
58+ < li class ="nav-item dropdown ">
59+ < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdownMenuLink " data-bs-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
60+ About
61+ </ a >
62+ < div class ="dropdown-menu " aria-labelledby ="navbarDropdownMenuLink ">
63+ < a class ="dropdown-item " href ="/ "> About</ a >
64+ < a class ="dropdown-item " href ="https://github.com/z3APA3A/3proxy/issues "> Questions and issues</ a >
65+ < a class ="dropdown-item " href ="/donations/ "> Help the project</ a >
66+ </ div >
67+ </ li >
68+
69+ </ ul >
70+ </ div >
71+
72+ < div class ="lang-toogle nav navbar navbar-right navbar-dark bg-dark ">
73+ < a href ="" lang ="ru " id ="lang-switch "> RU</ a > < span > |</ span > < span lang ="en "> EN</ span >
74+ </ div >
75+ < script > document . getElementById ( 'lang-switch' ) . href = 'https://3proxy.ru' + location . pathname ; </ script >
76+
77+ </ nav >
78+
79+ < div class ="container container-content ">
80+ < div class ="info-block ">
81+ < div class ="alert alert-warning ">
82+ < a href ="# " class ="close close-info-block " data-bs-dismiss ="alert " aria-label ="close "> ×</ a >
83+ < strong >
84+
85+ Few antiviral products inadequately detect 3proxy as Trojan.Daemonize,
86+ Backdoor.Daemonize, etc and many detect 3proxy as a PUA (potentially unwanted program).
87+ It may cause browser warning on download page.
88+ 3proxy is not trojan or backdoor and contains
89+ no functionality except described in documentation. Clear explanation of this
90+ fact is given, for example, in
91+ < A class ="tiny " HREF ="https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?Name=Program:Win32/TinyProxy " target ="_blank "> Microsoft</ A > 's
92+ article.
93+
94+ </ strong >
95+ </ div >
96+
97+ </ div >
98+
99+ < script type ="text/javascript ">
100+ $ ( document ) . ready ( function ( ) {
101+
102+ // info-block
103+
104+ if ( localStorage . getItem ( 'show-info-block' ) == null ) {
105+ $ ( '.info-block' ) . show ( 'slow' ) ;
106+ } else {
107+ $ ( '.info-block' ) . hide ( 'slow' ) ;
108+ }
109+
110+ $ ( '.close-info-block' ) . on ( 'click' , function ( ) {
111+ localStorage . setItem ( 'show-info-block' , '0' ) ;
112+ } )
113+
114+ // code highlighting
115+
116+ $ ( 'pre code' ) . each ( function ( i , block ) {
117+ hljs . highlightBlock ( block ) ;
118+ } ) ;
119+
120+
121+
122+ } ) ;
123+ </ script >
124+ < H2 > < A href ="howtoe.html "> See HowTo:</ a > </ H2 >
125+ < p > < img src ="/favicon-1.png " align ="right ">
126+ </ div >
127+
128+ < br > < br > < br > < br > < br >
129+
130+ < script type ="text/javascript ">
131+ $ ( document ) . ready ( function ( ) {
132+
133+ $ ( 'pre code' ) . each ( function ( i , block ) {
134+ hljs . highlightBlock ( block ) ;
135+ } ) ;
136+
137+ var offset = $ ( ':target' ) . offset ( ) ;
138+ var scrollto = offset . top - 60 ; // minus fixed header height
139+ $ ( 'html, body' ) . animate ( { scrollTop :scrollto } , 0 ) ;
140+
141+ } ) ;
142+ </ script >
143+
144+ < footer class ="footer bg-dark ">
145+ < div class ="container ">
146+ < span class ="text-muted "> © 2000-2026 3APA3A, Vladimir Dubrovin. Please contact < a class ="tiny " href ="mailto:3proxy@3proxy.ru "> 3proxy development team</ a > if you want to contribute code or maintain port.
147+ < br > design saw-friendship 2018</ span >
148+ </ div >
149+ </ footer >
150+
151+ </ body >
152+ </ html >
0 commit comments