spongebob888
spongebob888
BTW, I tested leaf with this change on Linux, it still works.
I replaced `pnet_datalink` with `netconfig` crate on windows and winpcap dependency is no more needed.
It seems that wintun requires msvc toolchain while leaf uses gnu toolchain. So the ci test failed. I tried using msvc as github action toolchain and it can pass the...
leaf is a great project and every effort is worth.
I think the function `get_default_interface` failed to get the default interface alias. Can you show more log and what's you operating system. I only tested on windows 11.
Hello, I reproduced the error just now. It's related to windows encoding. I use the utf8 as the default system encoding, So I didn't encounter such an error. But if...
This commit 3ffdece5b2769e2ebc62433df68101d53c5e478d should fix.
it seems there is loopback for direct outbound if auto route enabled.
The loop forms when the destination is a multicast ip. It is fixed in commit [9eeef4a](https://github.com/eycorsican/leaf/pull/363/commits/9eeef4a61b0b4e0851141a4fc0699448dbf56ae1)
Hello,the udp packet transport works for me. the `nslookup` request won't be proxied because it's hijacked by `fakedns` module by default. You can check that by disabling fakedns module. I...