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:
Jamil
2022-12-19 07:37:36 -06:00
committed by GitHub
parent 0a6807c8fa
commit 2b216a1d58

View File

@@ -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.