-
-
Notifications
You must be signed in to change notification settings - Fork 560
Feature request: Env variable to disable IPv6 auto-enable #1563
Copy link
Copy link
Open
Description
What's the feature 🧐
Allow us to complete disable IPv6, instead of automatically checking if our system supports it.
https://github.com/qdm12/gluetun/blob/master/internal/netlink/ipv6.go#L9
https://github.com/qdm12/gluetun/blob/master/internal/provider/utils/wireguard.go#L12
https://github.com/qdm12/gluetun/blob/master/internal/wireguard/address.go#L14
https://github.com/qdm12/gluetun/blob/master/internal/configuration/sources/env/wireguard.go#L12
Something like a env variable that goes into the user settings. Looks like the wireguard is already checking that setting so as long as we can pass it as an override, this will work for anyone that has the same setup.
Extra information and references
No response
Reactions are currently unavailable