1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
epp/intranet-penetration/conf/server.example.toml

6 lines
245 B
TOML

[server]
bind_addr = "xxx.xxx.xxx.xxx:yyy" # `yyy` 配置了服务端监听客户端连接的端口
[server.services.zzzz]
token = "xxxxxxxxxxxxxxxxx" # 用于验证的 token
bind_addr = "0.0.0.0:aaaa" # `aaaa` 配置暴露给互联网的端口