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

Change the way "IPv6 interface" setting works #410

Open
ameshkov opened this issue Dec 23, 2024 · 0 comments
Open

Change the way "IPv6 interface" setting works #410

ameshkov opened this issue Dec 23, 2024 · 0 comments

Comments

@ameshkov
Copy link
Member

Issue Details

Currently, it is basically has two states:

  • Auto -- when the setting is enabled, it is actually not enforced, but only added when the underlying network has IPv6 access.
  • Disabled -- do not add IPv6 interface to Tun at all.

The problem is that there're use cases when the user may want to get IPv6 access with the help of AdGuard VPN.

Proposed solution

I suggest changing it to three states:

  • Auto -- the same as when it's enabled now
  • Enabled -- forcibly add IPv6 address to Tun interface.
  • Disabled -- never add IPv6 address to Tun interface.

Alternative solution

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant