192 lines
5.7 KiB
Diff
192 lines
5.7 KiB
Diff
diff --git a/man/3proxy.8 b/man/3proxy.8
|
|
index 7b89b36..aaef4af 100644
|
|
--- a/man/3proxy.8
|
|
+++ b/man/3proxy.8
|
|
@@ -26,7 +26,7 @@ It can establish multiple
|
|
gateways with HTTP and HTTPS proxy with FTP over HTTP support, SOCKS v4,
|
|
v4.5 and v5, POP3 proxy, UDP and TCP portmappers. Each gateway is started
|
|
from the configuration file like an independent service
|
|
-.BR proxy (8)
|
|
+.BR htproxy (8)
|
|
.BR socks (8)
|
|
.BR pop3p (8)
|
|
.BR imapp (8)
|
|
@@ -141,7 +141,7 @@ configuration file
|
|
Report all bugs to
|
|
.BR 3proxy@3proxy.org
|
|
.SH SEE ALSO
|
|
-3proxy.cfg(5), proxy(8), ftppr(8), socks(8), pop3p(8), imapp(8), tcppm(8), udppm(8),
|
|
+3proxy.cfg(5), ftppr(8), htproxy(8), socks(8), pop3p(8), imapp(8), tcppm(8), tlspr(8), udppm(8),
|
|
kill(1), syslogd(8),
|
|
.br
|
|
https://3proxy.org/
|
|
diff --git a/man/3proxy.cfg.5 b/man/3proxy.cfg.5
|
|
index 416bb17..e100b1c 100644
|
|
--- a/man/3proxy.cfg.5
|
|
+++ b/man/3proxy.cfg.5
|
|
@@ -46,7 +46,7 @@ Recursion is not allowed.
|
|
Next commands start gateway services:
|
|
|
|
.br
|
|
-.B proxy
|
|
+.B htproxy
|
|
[options]
|
|
.br
|
|
.B socks
|
|
@@ -80,7 +80,7 @@ Recursion is not allowed.
|
|
.br
|
|
Descriptions:
|
|
.br
|
|
-.B proxy
|
|
+.B htproxy
|
|
HTTP/HTTPS proxy (default port 3128)
|
|
.br
|
|
.B socks
|
|
@@ -240,7 +240,7 @@ Never ask for username/password
|
|
(for proxy) generate Via: and X-Forwarded-For: instead of Forwarded:
|
|
.br
|
|
Also, all options mentioned for
|
|
-.BR proxy (8)
|
|
+.BR htproxy (8)
|
|
.BR socks (8)
|
|
.BR pop3p (8)
|
|
.BR imapp (8)
|
|
@@ -1498,7 +1498,7 @@ authentication and/or allow/deny ACLs.
|
|
Report all bugs to
|
|
.BR 3proxy@3proxy.org
|
|
.SH SEE ALSO
|
|
-3proxy(8), 3proxy_crypt(8), proxy(8), ftppr(8), socks(8), pop3p(8), imapp(8), smtpp(8), tlspr(8), tcppm(8), udppm(8), syslogd(8),
|
|
+3proxy(8), 3proxy_crypt(8), ftppr(8), htproxy(8), socks(8), pop3p(8), imapp(8), smtpp(8), tlspr(8), tcppm(8), udppm(8), syslogd(8),
|
|
.br
|
|
https://3proxy.org/
|
|
.SH AUTHORS
|
|
diff --git a/man/ftppr.8 b/man/ftppr.8
|
|
index 93665d4..d623dad 100644
|
|
--- a/man/ftppr.8
|
|
+++ b/man/ftppr.8
|
|
@@ -102,7 +102,7 @@ Only cleartext authentication is currently supported.
|
|
Report all bugs to
|
|
.BR 3proxy@3proxy.org
|
|
.SH SEE ALSO
|
|
-3proxy(8), proxy(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8),
|
|
+3proxy(8), htproxy(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8),
|
|
.br
|
|
https://3proxy.org/
|
|
.SH AUTHORS
|
|
diff --git a/man/proxy.8 b/man/htproxy.8
|
|
similarity index 98%
|
|
rename from man/proxy.8
|
|
rename to man/htproxy.8
|
|
index d3c4385..6136bc8 100644
|
|
--- a/man/proxy.8
|
|
+++ b/man/htproxy.8
|
|
@@ -1,15 +1,15 @@
|
|
.TH proxy "8" "May 2026" "3proxy 0.9" "Universal proxy server"
|
|
.SH NAME
|
|
-.B proxy
|
|
+.B htproxy
|
|
\- HTTP proxy gateway service
|
|
.SH SYNOPSIS
|
|
-.BR "proxy " [ -d ][ -a ]
|
|
+.BR "htproxy " [ -d ][ -a ]
|
|
.IB \fR[ -l \fR[ \fR[ @ \fR] logfile \fR]]
|
|
.IB \fR[ -p port\fR]
|
|
.IB \fR[ -i internal_ip\fR]
|
|
.IB \fR[ -e external_ip\fR]
|
|
.SH DESCRIPTION
|
|
-.B proxy
|
|
+.B htproxy
|
|
is HTTP gateway service with HTTPS and FTP over HTTPS support.
|
|
.SH OPTIONS
|
|
.TP
|
|
diff --git a/man/imapp.8 b/man/imapp.8
|
|
index 13e1dee..a5a043f 100644
|
|
--- a/man/imapp.8
|
|
+++ b/man/imapp.8
|
|
@@ -117,7 +117,7 @@ with the client fails.
|
|
Report all bugs to
|
|
.BR 3proxy@3proxy.org
|
|
.SH SEE ALSO
|
|
-3proxy(8), ftppr(8), pop3p(8), proxy(8), smtpp(8), socks(8), tcppm(8), tlspr(8), udppm(8), syslogd(8),
|
|
+3proxy(8), ftppr(8), pop3p(8), htproxy(8), smtpp(8), socks(8), tcppm(8), tlspr(8), udppm(8), syslogd(8),
|
|
.br
|
|
https://3proxy.org/
|
|
.SH AUTHORS
|
|
diff --git a/man/pop3p.8 b/man/pop3p.8
|
|
index 19c7382..458e88c 100644
|
|
--- a/man/pop3p.8
|
|
+++ b/man/pop3p.8
|
|
@@ -113,7 +113,7 @@ with the client fails.
|
|
Report all bugs to
|
|
.BR 3proxy@3proxy.org
|
|
.SH SEE ALSO
|
|
-3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8),
|
|
+3proxy(8), ftppr(8), htproxy(8), socks(8), tcppm(8), udppm(8), syslogd(8),
|
|
.br
|
|
https://3proxy.org/
|
|
.SH AUTHORS
|
|
diff --git a/man/smtpp.8 b/man/smtpp.8
|
|
index 8f25403..7d2c7a5 100644
|
|
--- a/man/smtpp.8
|
|
+++ b/man/smtpp.8
|
|
@@ -114,7 +114,7 @@ with the client fails.
|
|
Report all bugs to
|
|
.BR 3proxy@3proxy.org
|
|
.SH SEE ALSO
|
|
-3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8),
|
|
+3proxy(8), ftppr(8), htproxy(8), socks(8), tcppm(8), udppm(8), syslogd(8),
|
|
.br
|
|
https://3proxy.org/
|
|
.SH AUTHORS
|
|
diff --git a/man/socks.8 b/man/socks.8
|
|
index ec49d53..dc533f0 100644
|
|
--- a/man/socks.8
|
|
+++ b/man/socks.8
|
|
@@ -107,7 +107,7 @@ instead.
|
|
Report all bugs to
|
|
.BR 3proxy@3proxy.org
|
|
.SH SEE ALSO
|
|
-3proxy(8), proxy(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8),
|
|
+3proxy(8), htproxy(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8),
|
|
.br
|
|
https://3proxy.org/
|
|
.SH AUTHORS
|
|
diff --git a/man/tcppm.8 b/man/tcppm.8
|
|
index 0145977..102263b 100644
|
|
--- a/man/tcppm.8
|
|
+++ b/man/tcppm.8
|
|
@@ -96,7 +96,7 @@ as the destination in the client application. The connection is forwarded to
|
|
Report all bugs to
|
|
.BR 3proxy@3proxy.org
|
|
.SH SEE ALSO
|
|
-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
|
|
+3proxy(8), htproxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
|
|
.br
|
|
https://3proxy.org/
|
|
.SH AUTHORS
|
|
diff --git a/man/tlspr.8 b/man/tlspr.8
|
|
index 6bd903d..f75d853 100644
|
|
--- a/man/tlspr.8
|
|
+++ b/man/tlspr.8
|
|
@@ -113,7 +113,7 @@ instead.
|
|
Report all bugs to
|
|
.BR 3proxy@3proxy.org
|
|
.SH SEE ALSO
|
|
-3proxy(8), ftppr(8), proxy(8), socks(8), pop3p(8), smtpp(8), tcppm(8), udppm(8), syslogd(8),
|
|
+3proxy(8), ftppr(8), htproxy(8), socks(8), pop3p(8), smtpp(8), tcppm(8), udppm(8), syslogd(8),
|
|
.br
|
|
https://3proxy.org/
|
|
.SH AUTHORS
|
|
diff --git a/man/udppm.8 b/man/udppm.8
|
|
index 03cbed3..a96442f 100644
|
|
--- a/man/udppm.8
|
|
+++ b/man/udppm.8
|
|
@@ -89,7 +89,7 @@ as the destination in the client application. All datagrams are forwarded to
|
|
Report all bugs to
|
|
.BR 3proxy@3proxy.org
|
|
.SH SEE ALSO
|
|
-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
|
|
+3proxy(8), htproxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
|
|
.br
|
|
https://3proxy.org/
|
|
.SH AUTHORS
|