You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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)
Hello,
This is possible to add option to completly disable IPv4 or IPv6 ?
My friend use Your LG in environment where don
t have IPv6 - but still IPv6 option is enable, I use in my environment only IPv6 ( lab ) and don
t 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!
The text was updated successfully, but these errors were encountered: