mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-04 13:50:42 +00:00
20 lines
246 B
Plaintext
Executable File
20 lines
246 B
Plaintext
Executable File
appname = easyProxy
|
|
|
|
#web管理端口
|
|
httpport = 8080
|
|
|
|
#启动模式dev|pro
|
|
runmode = dev
|
|
|
|
#web管理密码
|
|
password=123
|
|
|
|
#http监听端口
|
|
hostPort=80
|
|
|
|
##客户端与服务端通信端口
|
|
tcpport=8284
|
|
|
|
#web api免验证IP地址
|
|
authip=127.0.0.1
|