Mg Pig
5514de1187
chore: update flake configuration ( #1163 )
2025-07-29 00:26:05 +08:00
Mg Pig
760a1e6306
fix rpc_portal_whitelist from config file not working ( #1042 )
2025-06-23 00:50:41 +08:00
xzzpig
385e790600
simplify Textarea class in ConfigGenerator.vue
2025-06-21 14:56:40 +08:00
Mg Pig
ed162c2e66
Add conversion method from TomlConfigLoader to NetworkConfig to enhance configuration experience ( #990 )
...
* add method to create NetworkConfig from TomlConfigLoader
* allow web export/import toml config file and gui edit toml config
* Extract the configuration file dialog into a separate component and allow direct editing of the configuration file on the web
2025-06-15 23:41:42 +08:00
Mg Pig and Sijie.Sun
b407cfd9d4
Fixed the issue where the GUI would panic after using InstanceManager ( #982 )
...
Co-authored-by: Sijie.Sun <sunsijie@buaa.edu.cn >
2025-06-14 13:06:53 +08:00
Mg Pig
8ddd153022
easytier-core支持多配置文件 ( #964 )
...
* 将web和gui允许多网络实例逻辑抽离到NetworkInstanceManager中
* easytier-core支持多配置文件
* FFI复用instance manager
* 添加instance manager 单元测试
2025-06-11 23:17:09 +08:00
Mg Pig
20a6025075
Added RPC portal whitelist function, allowing only local access by default to enhance security ( #929 )
2025-06-07 22:05:47 +08:00
Mg Pig
e592e9f29a
节点信息组件添加隧道协议字段 ( #931 )
2025-06-04 09:22:58 +08:00
Mg Pig
b469f8197a
Supports customizing the API server address of the Web frontend through the --api-host parameter ( #913 )
2025-06-02 06:46:12 +08:00
Mg Pig and xzzpig
e75be7801f
easytier-web add websocket support ( #901 )
...
Co-authored-by: xzzpig <w2xzzig@hotmail.com >
2025-05-28 21:29:21 +08:00
Mg Pig and xzzpig
d7c3179c6e
easytier-cli部分命令支持json输出 ( #882 )
...
* add cli options to json output
* add cli verbose output in json format for some sub command
- easytier-cli -v peer list
- easytier-cli -v peer list-foreign
- easytier-cli -o json peer list-foreign
- easytier-cli -v peer list-global-foreign
- easytier-cli -o json peer list-global-foreign
- easytier-cli -v route list
- easytier-cli -v connector
- easytier-cli -o json connector
- easytier-cli -o json stun
- easytier-cli -v proxy
- easytier-cli -v node info
---------
Co-authored-by: xzzpig <w2xzzig@hotmail.com >
2025-05-25 23:28:12 +08:00