mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 03:06:14 -04:00
Change bootstrap server
This commit is contained in:
parent
8983ce1783
commit
5cb2c2c227
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ import net.tomp2p.peers.PeerAddress;
|
||||||
|
|
||||||
public class BSExampleNAT {
|
public class BSExampleNAT {
|
||||||
// "188.226.179.109", 5000
|
// "188.226.179.109", 5000
|
||||||
//private final static String IP_SERVER = "188.226.179.109";
|
private final static String IP_SERVER = "188.226.179.109";
|
||||||
private final static String IP_SERVER = "128.199.251.106"; // steves
|
//private final static String IP_SERVER = "128.199.251.106"; // steves
|
||||||
private final static int PORT_SERVER = 5000;
|
private final static int PORT_SERVER = 5000;
|
||||||
private final static int PORT_CLIENT = 5500;
|
private final static int PORT_CLIENT = 5500;
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue