mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 17:23:03 +01:00
Rename DHTnodes to DHTnodes.json
This commit is contained in:
parent
a009f11c0c
commit
4f6c603543
@ -2,12 +2,12 @@
|
||||
.\" Title: toxic
|
||||
.\" Author: [see the "AUTHORS" section]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||
.\" Date: 2016-04-25
|
||||
.\" Date: 2016-09-20
|
||||
.\" Manual: Toxic Manual
|
||||
.\" Source: toxic __VERSION__
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "TOXIC" "1" "2016\-04\-25" "toxic __VERSION__" "Toxic Manual"
|
||||
.TH "TOXIC" "1" "2016\-09\-20" "toxic __VERSION__" "Toxic Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
@ -121,9 +121,9 @@ Unencrypt a data file\&. A warning will appear if this option is used with a dat
|
||||
.RE
|
||||
.SH "FILES"
|
||||
.PP
|
||||
~/\&.config/tox/DHTnodes
|
||||
~/\&.config/tox/DHTnodes\&.json
|
||||
.RS 4
|
||||
Default location for list of DHT bootstrap nodes (list obtained at
|
||||
Default location for list of DHT bootstrap nodes (list obtained from
|
||||
https://nodes\&.tox\&.chat)\&. This list is automatically updated every 30 days\&.
|
||||
.RE
|
||||
.PP
|
||||
|
@ -67,8 +67,8 @@ OPTIONS
|
||||
|
||||
FILES
|
||||
-----
|
||||
~/.config/tox/DHTnodes::
|
||||
Default location for list of DHT bootstrap nodes (list obtained at https://nodes.tox.chat).
|
||||
~/.config/tox/DHTnodes.json::
|
||||
Default location for list of DHT bootstrap nodes (list obtained from https://nodes.tox.chat).
|
||||
This list is automatically updated every 30 days.
|
||||
|
||||
~/.config/tox/toxic_profile.tox::
|
||||
|
@ -40,7 +40,7 @@ extern struct arg_opts arg_opts;
|
||||
/* URL that we get the JSON encoded nodes list from. */
|
||||
#define NODES_LIST_URL "https://nodes.tox.chat/json"
|
||||
|
||||
#define DEFAULT_NODES_FILENAME "DHTnodes"
|
||||
#define DEFAULT_NODES_FILENAME "DHTnodes.json"
|
||||
|
||||
/* Time to wait between bootstrap attempts */
|
||||
#define TRY_BOOTSTRAP_INTERVAL 5
|
||||
|
Loading…
Reference in New Issue
Block a user