Skip to content

Commit

Permalink
Merge pull request #66 from phinner/feat/add-xpdustry-server
Browse files Browse the repository at this point in the history
Added Xpdustry CLAJ server
  • Loading branch information
xzxADIxzx committed Nov 18, 2023
2 parents 90132da + ae1ae12 commit d1ba1b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/java/scheme/SchemeVars.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public class SchemeVars {
public static CoreInfoFragment corefrag;

public static Seq<String> clajURLs = Seq.with(
"darkdustry.net:3917",
"n3.xpdustry.com:7025",
// "darkdustry.net:3917",
"130.61.76.9:3917",
"claj.phoenix-network.dev:4000",
"167.235.159.121:4000");
Expand Down

0 comments on commit d1ba1b7

Please sign in to comment.