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
|
.TH "DHT_bootstrap" "1"
.SH NAME
DHT_bootstrap \- A simple DHT bootstrap node
.SH SYNOPSIS
Usage (connected):
.B DHT_bootstrap
.RB [ --ipv4|--ipv6 ]
.I IP PORT KEY
Usage (unconnected):
.B DHT_bootstrap
.RB [ --ipv4|--ipv6 ]
.SH DESCRIPTION
.B DHT_bootstrap
acts as a simple cross-platform DHT bootstrap node.
.SH OPTIONS
.TP
.B \-\-ipv4
Use IPv4.
.TP
.B \-\-ipv6
Use IPv6.
.SH AUTHOR
.B DHT_bootstrap
is written by
.UR https://tox.chat/
The Tox Project
.UE .
This manual page was written by
.MT mmyangfl@\:gmail.com
Yangfl
.ME
for the Debian Project (and may be used by others).
|