diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-01-14 19:32:13 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-01-14 19:32:13 +0100 |
commit | 84e67ffa88e4d07b2e5848d666296a3e41750da6 (patch) | |
tree | 44008a5ca76206d6708decc51e5de804c8043420 /sys/man | |
parent | 7b5cf8de2dccafa565a62908d307f2033ee69420 (diff) |
listen(8): add -a option to restrict announce address, document tcp17019 and tcp17020
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/listen | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/sys/man/8/listen b/sys/man/8/listen index cb1283d9c..617aac870 100644 --- a/sys/man/8/listen +++ b/sys/man/8/listen @@ -1,6 +1,6 @@ .TH LISTEN 8 .SH NAME -listen, listen1, tcp7, tcp9, tcp19, tcp21, tcp23, tcp25, tcp53, tcp110, tcp113, tcp143, tcp445, tcp513, tcp515, tcp564, tcp565, tcp566, tcp567, tcp993, tcp995, tcp1723, tcp17007, tcp17008, tcp17009, tcp17010, tcp17013 \- listen for calls on a network device +listen, listen1, tcp7, tcp9, tcp19, tcp21, tcp23, tcp25, tcp53, tcp110, tcp113, tcp143, tcp445, tcp513, tcp515, tcp564, tcp565, tcp566, tcp567, tcp993, tcp995, tcp1723, tcp17007, tcp17008, tcp17009, tcp17010, tcp17013, tcp17019, tcp17020 \- listen for calls on a network device .SH SYNOPSIS .B aux/listen .RB [ -iq ] @@ -12,7 +12,9 @@ listen, listen1, tcp7, tcp9, tcp19, tcp21, tcp23, tcp25, tcp53, tcp110, tcp113, .IR namespace ] .RB [ -p .IR maxprocs ] -.RI [ net ] +.RB [ -a +.IR addr ] +.RI [ proto ] .PP .B aux/listen1 [ @@ -28,11 +30,18 @@ listen, listen1, tcp7, tcp9, tcp19, tcp21, tcp23, tcp25, tcp53, tcp110, tcp113, .I args... ] .SH DESCRIPTION -.I listen +.I Listen listens on a network for inbound calls to local services. -.I Net +.I Proto is the network protocol on which to listen, by default -.BR /net/tcp . +.BR tcp . +Incoming calls to any address +.B * +are accepted unless +.I addr +is specified with the +.B -a +option. The services available are executable, non-empty files in .I srvdir or @@ -145,6 +154,10 @@ and .IR cpu (1) using TLS for encryption. .TP +.B tcp17020 +TLS encrypted 9P fileserver (t9fs) for +.IR srvtls (4) +.TP .B tcp7 echo any bytes received (bit mirror) .TP |