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

Feature request - default webpage & disable IPv6 or IPv4 #77

Open
takenek opened this issue Jun 16, 2020 · 2 comments
Open

Feature request - default webpage & disable IPv6 or IPv4 #77

takenek opened this issue Jun 16, 2020 · 2 comments

Comments

@takenek
Copy link

takenek commented Jun 16, 2020

Hello,
This is possible to add option to completly disable IPv4 or IPv6 ?
My friend use Your LG in environment where dont have IPv6 - but still IPv6 option is enable, I use in my environment only IPv6 ( lab ) and dont have IPv4 - maybe please add option for select IPv4/IPv6 enable and what is default webpage?
Now default page is: return redirect("/summary/%s/ipv4" % "+".join(app.config["PROXY"].keys()))
so i get error everytime enter to webpage that`s why i change to:
return redirect("/summary/%s/ipv6" % "+".join(app.config["PROXY"].keys()))

Will be cool if You add option like this.
Thanks for Your work!

@zorun
Copy link
Collaborator

zorun commented Jun 28, 2020

This sounds possible. Code proposals are welcome, it could be done with new configuration variables (e.g. ENABLE_IPV4 and ENABLE_IPV6 that both default to True)

@zorun
Copy link
Collaborator

zorun commented May 10, 2021

See #85 : it might be a good opportunity to add new options.

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

2 participants