mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Update Docker IPv6 CIDR to use 2001:db8:1::/64 (#1213)
See https://github.com/firezone/firezone/issues/1202#issuecomment-1357294785
This commit is contained in:
@@ -111,7 +111,7 @@ to the public internet. To enable IPv6 support in Docker-deployed Firezone, foll
|
||||
"ipv6": true,
|
||||
"ip6tables": true,
|
||||
"experimental": true,
|
||||
"fixed-cidr-v6": "fd00:1::/80"
|
||||
“fixed-cidr-v6”: “2001:db8:1::/64”
|
||||
}
|
||||
```
|
||||
This enables IPv6 NAT and configures IPv6 forwarding for Docker containers.
|
||||
|
||||
Reference in New Issue
Block a user