diff options
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 76b6dc018e..2ffdcd1ea6 100644 --- a/src/usr.bin/nc/nc.1 +++ b/src/usr.bin/nc/nc.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: nc.1,v 1.98 2024/04/01 12:40:18 deraadt Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.101 2025/06/24 13:37:39 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -25,7 +25,7 @@ | |||
25 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 25 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | .\" | 27 | .\" |
28 | .Dd $Mdocdate: April 1 2024 $ | 28 | .Dd $Mdocdate: June 24 2025 $ |
29 | .Dt NC 1 | 29 | .Dt NC 1 |
30 | .Os | 30 | .Os |
31 | .Sh NAME | 31 | .Sh NAME |
@@ -257,6 +257,10 @@ with the handshake. | |||
257 | The following TLS options specify a value in the form of a | 257 | The following TLS options specify a value in the form of a |
258 | .Ar key Ns = Ns Ar value | 258 | .Ar key Ns = Ns Ar value |
259 | pair: | 259 | pair: |
260 | .Cm alpn , | ||
261 | which allows the TLS ALPN to be specified (see | ||
262 | .Xr tls_config_set_alpn 3 | ||
263 | for further details); | ||
260 | .Cm ciphers , | 264 | .Cm ciphers , |
261 | which allows the supported TLS ciphers to be specified (see | 265 | which allows the supported TLS ciphers to be specified (see |
262 | .Xr tls_config_set_ciphers 3 | 266 | .Xr tls_config_set_ciphers 3 |
@@ -338,12 +342,18 @@ when talking to the proxy server. | |||
338 | Supported protocols are | 342 | Supported protocols are |
339 | .Cm 4 | 343 | .Cm 4 |
340 | (SOCKS v.4), | 344 | (SOCKS v.4), |
345 | .Cm 4A | ||
346 | (SOCKS v.4A), | ||
341 | .Cm 5 | 347 | .Cm 5 |
342 | (SOCKS v.5) | 348 | (SOCKS v.5) |
343 | and | 349 | and |
344 | .Cm connect | 350 | .Cm connect |
345 | (HTTPS proxy). | 351 | (HTTPS proxy). |
346 | If the protocol is not specified, SOCKS version 5 is used. | 352 | If the protocol is not specified, SOCKS version 5 is used. |
353 | Note that the SOCKS v.4 protocol is very limited and can only be used when | ||
354 | the destination host can be resolved to an IPv4 address. | ||
355 | The other protocols pass the destination as a string to be interpreted | ||
356 | by the remote proxy and do not have this limitation. | ||
347 | .It Fl x Ar proxy_address Ns Op : Ns Ar port | 357 | .It Fl x Ar proxy_address Ns Op : Ns Ar port |
348 | Connect to | 358 | Connect to |
349 | .Ar destination | 359 | .Ar destination |