Hackily get the client to a channel server

This commit is contained in:
Andrew Gutekanst
2019-12-24 00:20:35 +09:00
parent 7aef17f7d9
commit e5066d4f8b
13 changed files with 1275 additions and 27 deletions

View File

@@ -11,6 +11,7 @@ func main() {
go serveLauncherHTML(":80")
go doEntranceServer(":53310")
go doSignServer(":53312")
go doChannelServer(":54001")
for {
time.Sleep(1 * time.Second)