Files
chuanqi-server/server/build/SessionServer/GM.txt
aixianling 06658f112f init
2024-12-13 13:41:02 +08:00

29 lines
787 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--GM配置用于登陆个数限制等
--在控制台使用 rgm指令可以刷新本配置
GMConfig=
{
loginlimit = 2000, --1个ip最多登陆多少个连接默认是这么多
--限制的登陆IP列表,gm只能在这些ip登陆,我们公司的ip默认是加入了不需要加入
gmloginip=
{
},
--允许机器人测试的ip这里一般限制我们自己的机器,我们公司的ip默认是加入了不需要加入
robotip=
{
--"81.71.147.89",
},
--禁止ip,配置到这里,表示是无法登陆游戏的
blackip=
{
--"172.168.0.188",
},
--不限制ip的端口一般是一些公司的ip地址这个ip里的不做任何登陆限制我们公司的ip默认是加入了不需要加入
whiteip=
{
"183.61.71.98",
},
}