add ipv6 route

neo
Lzebulon 2025-01-27 15:56:14 +01:00 committed by RatCornu
parent a03aef9ade
commit fb5c0e2942
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@
prefixLength = 64;
}
];
routes = [{
address = "::";
via = "2a0c:700:2::ff:fe00:9902";
prefixLength = 0;
}];
};
};
};