radicle/node/bootstrap: Remove IP addresses
Due to connection retries in radicle-node not choosing new addresses,
mistakenly using an IPv6 address when IPv6 is not supported would result
in failure to bootstrap.
Work around by removing IP addresses again. This means that DNS or Tor will be required to bootrstrap.
1 file changed
+1
-9
45abb881
→
dc624ed5
modified crates/radicle/src/node/config.rs
@@ -17,11 +17,7 @@ pub type ProtocolVersion = u8;
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -42,8 +38,6 @@ pub mod seeds {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -61,8 +55,6 @@ pub mod seeds {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|