Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 support #7

Open
M0dEx opened this issue Jul 5, 2023 · 2 comments
Open

IPv6 support #7

M0dEx opened this issue Jul 5, 2023 · 2 comments
Assignees
Labels
blocked This issue is blocked by another issue enhancement New feature or request priority-medium Medium priority issue

Comments

@M0dEx
Copy link
Owner

M0dEx commented Jul 5, 2023

Blocked by tun2proxy/rust-tun#24.

There are some configuration changes required.

@M0dEx M0dEx added the enhancement New feature or request label Jul 5, 2023
@M0dEx M0dEx self-assigned this Jul 5, 2023
@M0dEx M0dEx added the blocked This issue is blocked by another issue label Jul 5, 2023
@M0dEx M0dEx added the priority-medium Medium priority issue label Aug 13, 2023
@xmh0511
Copy link

xmh0511 commented Sep 13, 2024

@M0dEx Just try to use https://crates.io/crates/tun-rs, which supports both ipv4 and ipv6, tun/tap interface, and this version has a shared reference of receiver for send and recv.

@M0dEx
Copy link
Owner Author

M0dEx commented Sep 19, 2024

The library does seem like a reasonable alternative.

In the future, I would like to fork/copy one of the TUN libraries and maintain it separately, as it is one of the most crucial dependencies, and I would like to be able to guarantee its security, which would be much easier to do if I have complete control over its source code (one of the downsides of using rust-tun at the moment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This issue is blocked by another issue enhancement New feature or request priority-medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

2 participants