-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Feature request] IPv6 support. #13
Comments
I've modified the code for working with IPv6: https://paste.ee/p/L6FNt export LD_PRELOAD=./bindToInterface.so But there is a problem, perhaps with my system, both the original and my modified bindToInterface.c are not working with DNS when DNS_OVERRIDE_IP is set, the DNS uses the system DNS. |
Thanks for modifying the code. I don't have IPv6 access to assist with debugging, so I can't debug any further :( |
I tried with
I tested also with DNS IPv4:
I noticed that not all programs use the DNS specified in bindToInterface.so, some examples are w3m and curl. And I realized that SO_BINDTODEVICE is unstable and sometimes buggy across many kernel versions, even more with IPv6, setting up a policy based routing with a fwmark pointing to a separate table is more suitable. |
I would like to use
BindToInterface
with IPv6@JsBergbau
Could you please implement this feature?
The text was updated successfully, but these errors were encountered: