mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 03:06:14 -04:00
Deactivate digitalocean2.bitsquare.io
This commit is contained in:
parent
72763d0e5a
commit
de2563d4bf
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@ public class SeedNodeAddress {
|
||||||
public enum StaticSeedNodeAddresses {
|
public enum StaticSeedNodeAddresses {
|
||||||
// Manfreds server: "188.226.179.109"
|
// Manfreds server: "188.226.179.109"
|
||||||
// Steves server: "128.199.251.106"
|
// Steves server: "128.199.251.106"
|
||||||
DIGITAL_OCEAN1("digitalocean1.bitsquare.io", "188.226.179.109", 5000),
|
DIGITAL_OCEAN1("digitalocean1.bitsquare.io", "188.226.179.109", 5000)/*,
|
||||||
DIGITAL_OCEAN2("digitalocean2.bitsquare.io", "128.199.251.106", 5000),
|
DIGITAL_OCEAN2("digitalocean2.bitsquare.io", "128.199.251.106", 5000),
|
||||||
LOCALHOST("localhost", "127.0.0.1", 5000);
|
LOCALHOST("localhost", "127.0.0.1", 5000)*/;
|
||||||
|
|
||||||
private final String id;
|
private final String id;
|
||||||
private final String ip;
|
private final String ip;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue