makefile编译客户端协议、生成服务器配置表 && docker镜像构建

This commit is contained in:
flswld
2023-01-19 23:05:10 +08:00
parent 2983c16272
commit cda96a81df
16 changed files with 217 additions and 114 deletions

View File

@@ -1,10 +1,10 @@
[hk4e]
kcp_addr = "127.0.0.1" # 该地址只用来注册到节点服务器 并非网关本地监听地址 本地监听为0.0.0.0
kcp_port = 22103
kcp_port = 22222
client_proto_proxy_enable = false
version = "320"
gate_tcp_mq_addr = "127.0.0.1"
gate_tcp_mq_port = 9999
gate_tcp_mq_port = 33333
[logger]
level = "DEBUG"