enfein
enfein
理论上是可行的。 服务器是可以用 `portRange` 的,不过指定 445-19999 这么大的 `portRange` 可能不行,无法打开这么多文件。 另外最好不要用数字很大的端口号,这些端口服务器在向外建立连接的时候会用到。
I know a few advantages of mieru over VMESS. 1. mieru uses authenticated encryption while VMESS is not. GFW is unable to fabricate any packet with authenticated encryption. 2. mieru...
Windows proxy is HTTP proxy. mieru client only understand standard socks5/HTTP/HTTPS proxy protocol, so any standard applications and OS can connect to mieru. To pass GFW, mieru client encrypts the...
I am not familiar with XTLS protocol. mieru is not based on TLS.
Hi joseph, Can you paste the SagerNet log here? The error message will tell you what the problem is. Usually libmieru exit too fast has nothing to do with the...
希望可以早日找到懂 Android 的大佬接手
This is expected. When a new connection is established, the server will iterate all the users and try to decrypt the message, which can take a long time if the...
I got your point. This is achieved with TLS. Client encrypt the user info with server's public key. Server uses the private key to decrypt, and get the user info....
There are some ways to mitigate, for example: run decryption in parallel, start from the most recent user, etc.
I think this is possible to do with cipher caching.