v3.1fix
elkowar/ewwv3.1fixOct 10, 2017by snail007
AI Summary
Optimizes intranet penetration functionality, fixes argument parsing, and adds documentation.
Key Highlights
- Optimized intranet penetration: bridge, client, and server can now start with a single instance
- Server can specify ports to expose on the client side
- Fixed duplicate command line argument parsing
- Added WeChat interface local development example
- Added configuration file usage instructions
New Features
- Single startup optimization
- Port specification on server start
- WeChat interface example
- Configuration file documentation
Full Release Notes
1.优化了内网穿透功能,bridge,client和server只需要启动一个即可。 server端启动的时候可以指定client端要暴露的一个或者多个端口。 2.修复了重复解析命令行参数的问题。 3.手册增加了微信接口本地开发的示例。 4.增加了配置文件使用说明.