moexiami

Results 3 issues of moexiami

This bug is introduced by 20e0658bedf03de0604a1a4bf9c212b7a1e26970. Saving a *unix.Termios and then modifying it in SetRaw() makes the saved state useless. By restoring saveTermios type from *unix.Termios to unix.Termios, SetRaw() no...

### verify - [X] 我已经仔细阅读[项目文档](https://github.com/tindy2013/subconverter/blob/master/README-cn.md),确认现有功能无法解决我的需求 - [X] 我已经检索过现有[issue](https://github.com/tindy2013/subconverter/issues),确认与现有issue的内容并不重复 - [X] 我已经尝试自行解决,确认自己没有能力解决 ### 功能描述 > [!TIP] > The issue is neither a feature request nor a bug report. It is categorized...

It should be a string for the following reasons: 1. During conversion, it is conditionally assigned with `wsOpts["path"] = path.(string)` 2. After conversion, it is decoded into `WSOptions.Path` in `adapter/outbound/vmess.go`...