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