machines/magenta: disable breaking ipv6 rule

This commit is contained in:
Dmitriy Pleshevskiy 2022-12-01 11:14:07 +03:00
parent 0075f3737e
commit a55190101f
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -22,7 +22,7 @@
{ address = "fe80::f816:3eff:fe58:d30a"; prefixLength = 64; }
];
ipv4.routes = [{ address = "45.131.41.1"; prefixLength = 32; }];
ipv6.routes = [{ address = ""; prefixLength = 128; }];
# ipv6.routes = [{ address = ""; prefixLength = 128; }];
};
};