NAME
trampoline – forward incoming calls to another address |
SYNOPSIS
aux/trampoline [ –9 ] [ –a altaddr ] [ –m netdir ] addr |
DESCRIPTION
Trampoline can be used in a service file (see listen(8)) to link
an incoming call to another address that provides the service,
typically on another machine. Trampoline dials addr and copies data between that connection and its own standard input and output.
The options are:
|
FILES
/sys/log/trampoline logs rejected calls |
SOURCE
/sys/src/cmd/aux/trampoline.c |
SEE ALSO
dial(2), listen(8) |