-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
number571
committed
Oct 7, 2023
1 parent
d324a2d
commit c93f213
Showing
5 changed files
with
59 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package main | ||
|
||
const ( | ||
cNetworkKey_1 = "8Jkl93Mdk93md1bz" | ||
) | ||
|
||
var ( | ||
gListOfConnects_1 = []string{ | ||
"94.103.91.81:9581", // 1x4.0GHz, 1.0GB RAM, 30GB HDD | ||
"195.133.1.126:9581", // 1x2.2GHz, 0.5GB RAM, 10GB HDD | ||
} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package main | ||
|
||
const ( | ||
cNetworkKey_2 = "oi4r9NW9Le7fKF9d" | ||
) | ||
|
||
var ( | ||
gListOfConnects_2 = []string{ | ||
"193.233.18.245:9581", // 1x2.5GHz, 1.0GB RAM, 5GB VNMe | ||
"62.233.46.109:9581", // 1x2.8GHz, 1.0GB RAM, 16GB SSD | ||
} | ||
) |