summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2020-01-03 13:41:12 +0100
committerGDR! <gdr@gdr.name>2020-01-03 13:41:12 +0100
commit900d3300badd23734d7298596ef288d0e83a6a9e (patch)
tree190e4bb9b66c9e45fad3c3d6c19c89c28d676f5b
parent439297a35cec942fd6db1534a649f4b9471bb842 (diff)
Remove my own dead relay
-rw-r--r--generate_tox_bootstrap.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/generate_tox_bootstrap.py b/generate_tox_bootstrap.py
index 44281c9..0cde94a 100644
--- a/generate_tox_bootstrap.py
+++ b/generate_tox_bootstrap.py
@@ -28,14 +28,6 @@ struct bootstrap_node {
28 } 28 }
29 }, 29 },
30{% endfor %} 30{% endfor %}
31 {
32 "176.31.28.63",
33 6881,
34 {
35 0x0B, 0x6C, 0x7A, 0x93, 0xA6, 0xD8, 0xC0, 0xEB, 0x44, 0x96, 0x5C, 0x4A, 0x85, 0xCB, 0x88, 0xBA,
36 0x75, 0x71, 0x17, 0x0F, 0xE2, 0xDB, 0x3D, 0xEA, 0x10, 0x71, 0x3E, 0x48, 0x55, 0x9A, 0x55, 0x4D
37 }
38 },
39}; 31};
40 32
41struct bootstrap_node tcp_relays[] = { 33struct bootstrap_node tcp_relays[] = {
@@ -48,14 +40,6 @@ struct bootstrap_node tcp_relays[] = {
48 } 40 }
49 }, 41 },
50{% endfor %} 42{% endfor %}
51 {
52 "176.31.28.63",
53 465,
54 {
55 0x0B, 0x6C, 0x7A, 0x93, 0xA6, 0xD8, 0xC0, 0xEB, 0x44, 0x96, 0x5C, 0x4A, 0x85, 0xCB, 0x88, 0xBA,
56 0x75, 0x71, 0x17, 0x0F, 0xE2, 0xDB, 0x3D, 0xEA, 0x10, 0x71, 0x3E, 0x48, 0x55, 0x9A, 0x55, 0x4D
57 }
58 },
59}; 43};
60""" 44"""
61 45