Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/toxic.1.asc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ OPTIONS
FILES
-----
~/.config/tox/DHTnodes.json::
Default location for list of DHT bootstrap nodes (list obtained from https://nodes.tox.chat).
Default location for list of DHT bootstrap nodes (list obtained from https://nodes.tox.st).
This list is automatically updated. See *toxic.conf*(5) for details on controlling the update frequency.

~/.config/tox/toxic_profile.tox::
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "windows.h"

/* 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.st/json"

#define DEFAULT_NODES_FILENAME "DHTnodes.json"

Expand Down
Loading