1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
| | .\" SPDX-License-Identifier: GPL-2.0-or-later
.\" Copyright Red Hat
.\" Author: David Gibson <david@gibson.dropbear.id.au>
.TH pesto 1
.SH NAME
.B pesto
\- View or alter configuration of a running \fBpasst\fR(1) or
\fBpasta\fR(1).
.SH SYNOPSIS
.B pesto
\fIPATH\fR
.SH DESCRIPTION
.B pesto
is an experimental client to view and update the port forwarding
configuration of a running \fBpasst\fR(1) or \fBpasta\fR(1) instance.
\fIPATH\fR gives the path to the UNIX domain socket created by
\fBpasst\fR or \fBpasta\fR. It should match the \fB-c\fR command line
option given to that instance.
.SH AUTHOR
Stefano Brivio <sbrivio@redhat.com>,
David Gibson <david@gibson.dropbear.id.au>.
.SH REPORTING BUGS
Please report issues on the bug tracker at https://bugs.passt.top/, or
send a message to the passt-user@passt.top mailing list, see
https://lists.passt.top/.
.SH COPYRIGHT
Copyright Red Hat
\fBpesto\fR is free software: you can redistribute them and/or modify
them under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at
your option) any later version.
.SH SEE ALSO
\fBpasst\fR(1), \fBpasta\fR(1), \fBunix\fR(7).
|