App-Tacochan

 view release on metacpan or  search on metacpan

bin/tacochan  view on Meta::CPAN

    padding-top: 5%;
    background: #d44413;
    color: #fff;
}
.error {
    background: #3b4653 !important;
}

table td.name {
    width: 150px;
    font-weight: bold;
}

div.docs {
    margin: 2% auto 0 auto;
    padding: 20px 0 5%;
    background: #eee;
    color: #000;
}
div.docs h3 a {
    color: #000;
}
div.docs table {
    background: #fff;
}
div.docs section.example {
    margin-bottom: 5px;
    padding: 10px;
    background: #fff;
}

__END__

=head1 NAME

tacochan - Skype message delivery by HTTP

=head1 SYNOPSIS

  % tacochan

=head1 OPTIONS

=over 4

=item -o, --host

The interface a TCP based server daemon binds to. Defaults to undef,
which lets most server backends bind the any (*) interface. This
option doesn't mean anything if the server does not support TCP
socket.

=item -p, --port (default: 4969)

The port number a TCP based server daemon listens on. Defaults to
4969. This option doesn't mean anything if the server does not support
TCP socket.

=item -r, --reverse-proxy

Treat X-Forwarded-For as REMOTE_ADDR if REMOTE_ADDR match this argument.

See L<Plack::Middleware::ReverseProxy>.

=item -h, --help

Show help for this command.

=item -v, --version

Show version.

=back

=cut



( run in 0.571 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )