1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-14 23:03:02 +01:00

Rename DHTnodes to DHTnodes.json

This commit is contained in:
Jfreegman 2016-09-20 00:53:53 -04:00
parent a009f11c0c
commit 4f6c603543
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63
3 changed files with 7 additions and 7 deletions

View File

@ -2,12 +2,12 @@
.\" Title: toxic .\" Title: toxic
.\" Author: [see the "AUTHORS" section] .\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 2016-04-25 .\" Date: 2016-09-20
.\" Manual: Toxic Manual .\" Manual: Toxic Manual
.\" Source: toxic __VERSION__ .\" Source: toxic __VERSION__
.\" Language: English .\" 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 .\" * 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 .RE
.SH "FILES" .SH "FILES"
.PP .PP
~/\&.config/tox/DHTnodes ~/\&.config/tox/DHTnodes\&.json
.RS 4 .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\&. https://nodes\&.tox\&.chat)\&. This list is automatically updated every 30 days\&.
.RE .RE
.PP .PP

View File

@ -67,8 +67,8 @@ OPTIONS
FILES FILES
----- -----
~/.config/tox/DHTnodes:: ~/.config/tox/DHTnodes.json::
Default location for list of DHT bootstrap nodes (list obtained at https://nodes.tox.chat). Default location for list of DHT bootstrap nodes (list obtained from https://nodes.tox.chat).
This list is automatically updated every 30 days. This list is automatically updated every 30 days.
~/.config/tox/toxic_profile.tox:: ~/.config/tox/toxic_profile.tox::

View File

@ -40,7 +40,7 @@ extern struct arg_opts arg_opts;
/* URL that we get the JSON encoded nodes list from. */ /* URL that we get the JSON encoded nodes list from. */
#define NODES_LIST_URL "https://nodes.tox.chat/json" #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 */ /* Time to wait between bootstrap attempts */
#define TRY_BOOTSTRAP_INTERVAL 5 #define TRY_BOOTSTRAP_INTERVAL 5