diff options
Diffstat (limited to 'news/2019-06-DSTJ.html.j2')
-rw-r--r-- | news/2019-06-DSTJ.html.j2 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/news/2019-06-DSTJ.html.j2 b/news/2019-06-DSTJ.html.j2 new file mode 100644 index 00000000..a8f8f0b5 --- /dev/null +++ b/news/2019-06-DSTJ.html.j2 | |||
@@ -0,0 +1,14 @@ | |||
1 | {% extends "common/news.j2" %} | ||
2 | {% block body_content %} | ||
3 | <h3><a name="DSTJ">2019-06-28: Peer DSTJ is dead, long live peer Y924</a></h3> | ||
4 | <p> | ||
5 | After some issues with our infrastructure we needed to replace our bootstrapping peer. To avoid problems when connecting to GNUnet the operator of a peer needs to update its node by removing the peer ID <tt>DSTJBRRKZ8TBW3FGK6B0M5QXWT9WYNZ45H5MCV4HY7ST64Q8T9F0</tt> from the system. Here are two strategies to find copies of the respective file: | ||
6 | </p> | ||
7 | <ol> | ||
8 | <li><tt>$ locate DSTJBRRKZ8TBW3FGK6B0M5QXWT9WYNZ45H5MCV4HY7ST64Q8T9F0</tt></li> | ||
9 | <li><tt>$ find / -name DSTJBRRKZ8TBW3FGK6B0M5QXWT9WYNZ45H5MCV4HY7ST64Q8T9F0</tt></li> | ||
10 | </ol> | ||
11 | <p> | ||
12 | Update: DSTJ has now been blacklisted. Please update your GNUnet peer. | ||
13 | </p> | ||
14 | {% endblock body_content %} | ||