-
Notifications
You must be signed in to change notification settings - Fork 64
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
Have tun support multiple address #579
Comments
rust-tun and wintun don't support settings of ipv6 addr yet, and since hard to push this feature to upstreams(at least might take plenty of time), we may extend the
|
yeah wintun is a bit weird it does take v6 address but doesn't expose it https://github.com/nulldotblack/wintun/blob/main/src/adapter.rs#L306 i think we can fork the rust-tun(or tun2?) and add v6 support in a separate repo and try to add it back to the upstream after we validated it's working |
oh, i forgot that we are currently using the forked rust-tun. yeah, that's workable |
Welcome to use tun-rs, which is actively maintained. |
The rust tun only take one address now. We'll need both v4 and v6 address to add static route on windows
The text was updated successfully, but these errors were encountered: