forked from Qortal/qortal
Updated a default bootstrap host to use a domain instead of its IP.
This commit is contained in:
parent
476fdcb31d
commit
f78101e9cc
@ -273,7 +273,7 @@ public class Settings {
|
|||||||
private String[] bootstrapHosts = new String[] {
|
private String[] bootstrapHosts = new String[] {
|
||||||
"http://bootstrap.qortal.org",
|
"http://bootstrap.qortal.org",
|
||||||
"http://bootstrap2.qortal.org",
|
"http://bootstrap2.qortal.org",
|
||||||
"http://62.171.190.193"
|
"http://bootstrap.qortal.online"
|
||||||
};
|
};
|
||||||
|
|
||||||
// Auto-update sources
|
// Auto-update sources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user