[ Cmii ] [ Octopus ] - image sync refresh

This commit is contained in:
zeaslity
2024-03-18 16:38:54 +08:00
parent 5e80d7baad
commit df44d6eef9
31 changed files with 360 additions and 208 deletions

View File

@@ -11,7 +11,7 @@ func main() {
fmt.Println("start socks5 server error must provide listen port !")
return
}
if len(os.Args) > 3 {
if len(os.Args) > 4 {
fmt.Println("start socks5 server error !")
return
}