ty

Results 299 comments of ty

sysuh3c: not found openwrt在跑不了这个binary的时候就会报这个,看看架构是不是不对?

The space around `=` is already added by https://github.com/zonyitoo/rust-ini/pull/93 . So we may need an indentation configuration in `WriteOption`. I am busy these days, feel free to open a PR...

> It would be great if we could define for each server a local listener instance with unique local port. Emm, it is quite easy to implement. Ahh.. I was...

Well, you will need a v2ray-like router logic. That is quite a lot of work.

Hmm, I didn't add that because `with_section` was defined for insert or modify the section that is already existed. Consider using the `entry` API: ```rust let mut ini = Ini::new();...

What is `path`?

If you do care about the overhead and don't want any encryption in protocol, you can use the `none` cipher method.

The stream ciphers are all marked as "deprecated" because the stream protocol is already proved to have inherent weakness. [Document](https://shadowsocks.org/doc/stream.html) already said they will be removed soon. In this project,...

It doesn't look like in INI format. ``` classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: MIT License Programming Language ::...

Just read the code in `configparser` about multiline values. Those lines starts from the 2nd must begin with an "indentation", which is a special feature in `configparser`, because sections and...