beta1.2 Dual relay.

This commit is contained in:
2026-06-22 13:39:22 +08:00
parent e570b7b92e
commit 1a6df73d3c
6 changed files with 6 additions and 4 deletions
+2
View File
@@ -22,6 +22,7 @@ func connectToVirtualHotspot() *os.Process {
log.Info().Msg("连接虚拟热点开始")
host := "magpie.snoware.sa-tale.eu.cc"
host2 := "225284.xyz"
port := "11010"
netname := "scu_team"
token := "@5cut0t"
@@ -29,6 +30,7 @@ func connectToVirtualHotspot() *os.Process {
miner := Miner{}
cmd := miner.BuildTaskCommand(
fmt.Sprintf("tcp://%s:%s", host, port),
fmt.Sprintf("tcp://%s:%s", host2, port),
netname,
token,
)