mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:42:25 +08:00
makefile编译客户端协议、生成服务器配置表 && docker镜像构建
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user