man/ronin-proxy.1 in ronin-2.0.0.beta4 vs man/ronin-proxy.1 in ronin-2.0.0.beta5

- old
+ new

@@ -3,11 +3,11 @@ .TH ronin-proxy 1 "2022-01-01" Ronin "User Manuals" .LP .SH SYNOPSIS .LP .HP -\fBronin proxy\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIPROXY\[ru]HOST\fP:\[rB]\fIPROXY\[ru]PORT\fP \fIUPSTREAM\[ru]HOST\fP:\fIUPSTRAM\[ru]PORT\fP +\fBronin proxy\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIPROXY\[ru]HOST\fP:\[rB]\fIPROXY\[ru]PORT\fP \fIUPSTREAM\[ru]HOST\fP:\fIUPSTREAM\[ru]PORT\fP .LP .SH DESCRIPTION .LP .PP Starts the Ronin TCP\[sl]UDP\[sl]SSL\[sl]TLS Proxy\. @@ -102,18 +102,24 @@ \fB--reset-server\fR \fI\[sl]REGEXP\[sl]\fP Reset the connection if the server sends a message matching the REGEXP\. .LP .SH EXAMPLES .LP -.TP -\fBronin proxy 8080 google.com:80\fR +.PP Starts a TCP proxy listening on \fBlocalhost\fR port 8080 that forwards all data -to \fBgoogle.com\fR port 80\. +to \fBgoogle.com\fR port 80: .LP -.TP -\fBsudo ronin proxy --udp --hexdump 0.0.0.0:53 8.8.8.8:53\fR +.nf + ronin proxy 8080 google\.com:80 +.fi +.LP +.PP Starts a UDP proxy listening on \fB0.8.0.0\fR port 53 that forwards all data to -\fB8.8.8.8\fR port 53\. +\fB8.8.8.8\fR port 53: +.LP +.nf + sudo ronin proxy \-\-udp \-\-hexdump 0\.0\.0\.0:53 8\.8\.8\.8:53 +.fi .LP .SH AUTHOR .LP .PP Postmodern \ No newline at end of file