imspace

Results 22 issues of imspace

**Describe the bug** AppImage's deno runtime is corrupted. By extracting the app-image, you can see `s3si` executable is a deno repl. But `.deb` file works fine. **To Reproduce** Steps to...

bug

It seems that we prefer `npcap`. But when `WinPcap` and `npcap` coexist, `rawsock` actually loads `WinPcap`. https://github.com/szymonwieloch/rust-rawsock/blob/53408bd5c2d3511002482cf60a39dd773ccde153/src/wpcap/paths.rs#L3-L8 Since `Npcap\wpcap.dll` searchs `Packet.dll` instead of `Npcap\Packet.dll`(could be seen using [procmon](https://docs.microsoft.com/en-us/sysinternals/downloads/procmon)), and `Npcap\wpcap.dll`...

enhancement

Add nested rules like `or`, `and` to support complex rules. Example: ```yaml rule: - type: domain method: suffix domain: google.com and: - type: port port: 443 target: proxy ```

enhancement

https://datatracker.ietf.org/doc/html/rfc1928#section-6 Bind

enhancement

When using iperf for benchmarking, increasing the number of concurrent connections will result in only one connection having speed. ## Reproduction steps Requires [`rabbit-digger-pro`](https://github.com/rabbit-digger/rabbit-digger-pro) and `iperf3`. 1. Start `rabbit-digger-pro` with...

help wanted

Currently, the translator only translate single file clash config. We should add `proxy-provider` and `rule-provider`. https://github.com/Dreamacro/clash/wiki/configuration#proxy-providers https://github.com/Dreamacro/clash/wiki/premium-core-features#rule-providers

I'm currently working on async version of [`rawsock`](https://github.com/szymonwieloch/rust-rawsock). - [ ] https://github.com/spacemeowx2/tokio-rawsock

enhancement