enfein

Results 88 comments of enfein

> By using a front proxy, the client’s real IP address can be hidden. The client IP is hidden as long as a proxy is used, not necessarily a front...

Are you using Windows? If you got error when running "mieru start", it means the process is not reachable after 10 seconds. It is likely the anti-virus program is doing...

@theonewhopassed Most likely the port number is already occupied. You can check the mieru log to confirm. We are working on improving the error messages.

When the problem happens, can you check the latest mieru log file from `$HOME/.cache/mieru` and see if there is any FATAL log?

There are a few places where the `SO_REUSEADDR` and `SO_REUSEPORT` are not set, which could lead to this problem. This only works for Linux.

I recommend you read this first: https://github.com/enfein/mieru/blob/main/docs/server-install.md#configuring-outbound-proxy There are two ways to work with other proxies: proxy chaining and nested proxy. Both are supported. Let me know which one fit...

@notcreepy Password of outbound proxy is not supported at the moment. You can add a feature request. socks5 password is clear text and add no additional security.

可以。 请看这个例子 https://github.com/enfein/mieru/blob/main/test/deploy/httptest/server_mix.json

> 客户端配置多个节点的话,能否为每个节点单独设置sock5代理端口 现在每一个连接会随机分配一个节点,没有办法指定某个连接必须使用某个节点。 等 mieru 集成到 ClashMeta 内核之后,可以同时开多个独立的 mieru 客户端,这个问题就能解决了。

@tukikat Please rebase and run the CI again. Thanks!