fix: use correct ipv6 subnet
This commit is contained in:
parent
7e1f0c8364
commit
6303e4f13b
|
@ -85,10 +85,10 @@
|
||||||
|
|
||||||
subnet6 = [
|
subnet6 = [
|
||||||
{
|
{
|
||||||
subnet = "2a02:908:5b1:e3c0::/64";
|
subnet = "2a02:908:5b1:e3c0::/59";
|
||||||
|
|
||||||
pools = [
|
pools = [
|
||||||
{ pool = "2a02:908:5b1:e3c0::/64"; }
|
{ pool = "2a02:908:5b1:e3c0::/59"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
option-data = [
|
option-data = [
|
||||||
|
|
Loading…
Reference in a new issue