--- man/3proxy.8.orig 2020-10-22 08:38:44 UTC +++ 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 configuration file like independant service -.BR proxy (8) +.BR httppr (8) .BR socks (8) .BR pop3p (8) .BR tcppm (8) @@ -84,7 +84,7 @@ directory). Under Unix, if no config file is specified configuration from stdin. It makes it possible to use 3proxy.cfg file as executable script just by setting +x mode and adding .br -#!/usr/local/3proxy/3proxy +#!/usr/local/bin/3proxy .br as a first line in 3proxy.cfg .TP @@ -133,14 +133,14 @@ Web admin service can also be used to reload configura wget to automate this task. .SH FILES .TP -.I "/usr/local/3proxy/3proxy.cfg (3proxy.cfg)" +.I "/usr/local/etc/3proxy.cfg (3proxy.cfg)" .BR 3proxy configuration file .SH BUGS Report all bugs to .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy.cfg(3), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), +3proxy.cfg(3), httppr(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), kill(1), syslogd(8), .br https://3proxy.org/ --- man/3proxy.cfg.3.orig 2020-10-22 08:38:44 UTC +++ man/3proxy.cfg.3 @@ -174,7 +174,7 @@ By default external address is reported. It's only use of IP-IP NAT (will not work for PAT) .br Also, all options mentioned for -.BR proxy (8) +.BR httppr (8) .BR socks (8) .BR pop3p (8) .BR tcppm (8) @@ -1055,7 +1055,7 @@ corruption and/or Content-Length chaging. Default is 1 Report all bugs to .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), .br https://3proxy.org/ .SH TRIVIA --- man/ftppr.8.orig 2020-10-22 08:38:44 UTC +++ man/ftppr.8 @@ -79,7 +79,7 @@ Only cleartext authentication is currently supported. Report all bugs to .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8), .br https://3proxy.org/ .SH AUTHORS --- man/icqpr.8.orig 2020-10-22 08:38:44 UTC +++ man/icqpr.8 @@ -72,7 +72,7 @@ as a destination in client application. Connection is Report all bugs to .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), .br https://3proxy.org/ .SH AUTHORS --- man/pop3p.8.orig 2020-10-22 08:38:44 UTC +++ man/pop3p.8 @@ -75,7 +75,7 @@ we know which server to connect. Report all bugs to .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8), +3proxy(8), ftppr(8), httppr(8), socks(8), tcppm(8), udppm(8), syslogd(8), .br https://3proxy.org/ .SH AUTHORS --- man/proxy.8.orig 2020-10-22 08:38:44 UTC +++ man/proxy.8 @@ -1,15 +1,15 @@ -.TH proxy "8" "January 2019" "3proxy 0.9" "Universal proxy server" +.TH httppr "8" "July 2009" "3proxy 0.7" "Universal proxy server" .SH NAME -.B proxy +.B httppr \- HTTP proxy gateway service .SH SYNOPSIS -.BR "proxy " [ -d ][ -a ] +.BR "httppr " [ -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 httppr is HTTP gateway service with HTTPS and FTP over HTTPS support. .SH OPTIONS .TP --- man/smtpp.8.orig 2020-10-22 08:38:44 UTC +++ man/smtpp.8 @@ -76,7 +76,7 @@ we know which server to connect. Report all bugs to .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8), +3proxy(8), ftppr(8), httppr(8), socks(8), tcppm(8), udppm(8), syslogd(8), .br https://3proxy.org/ .SH AUTHORS --- man/socks.8.orig 2020-10-22 08:38:44 UTC +++ man/socks.8 @@ -76,7 +76,7 @@ instead. Report all bugs to .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), .br https://3proxy.org/ .SH AUTHORS --- man/tcppm.8.orig 2020-10-22 08:38:44 UTC +++ man/tcppm.8 @@ -65,7 +65,7 @@ as a destination in client application. Connection is Report all bugs to .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), .br https://3proxy.org/ .SH AUTHORS --- man/udppm.8.orig 2020-10-22 08:38:44 UTC +++ man/udppm.8 @@ -71,7 +71,7 @@ as a destination in client application. All datagrams Report all bugs to .BR 3proxy@3proxy.ru .SH SEE ALSO -3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), +3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), .br https://3proxy.org/ .SH AUTHORS