mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-31 23:19:05 +08:00
chore: Minor improvements
This commit is contained in:
parent
81b1f41b54
commit
6c68be73b3
@ -6,4 +6,4 @@ func init() {
|
||||
constant.Version = Version
|
||||
}
|
||||
|
||||
var Version = "1.10.0-beta.9"
|
||||
var Version = "1.10.0-beta.11"
|
||||
|
||||
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("sing-box-extra:", boxbox.Version)
|
||||
fmt.Println("sing-box:", boxbox.Version)
|
||||
fmt.Println()
|
||||
|
||||
// sing-box
|
||||
|
||||
@ -96,7 +96,7 @@ func RunCore(setupCore func(), server gen.LibcoreServiceServer) {
|
||||
)
|
||||
gen.RegisterLibcoreServiceServer(s, server)
|
||||
|
||||
name := "nekobox_core"
|
||||
name := "Core"
|
||||
|
||||
log.Printf("%s grpc server listening at %v\n", name, lis.Addr())
|
||||
if err := s.Serve(lis); err != nil {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user