fix mesh ipv6 routable subnet & .lf TLD AAAA record not created
This commit is contained in:
parent
86829c93a1
commit
0deb5787fd
2 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ in
|
|||
matchConfig.Name = "mesh";
|
||||
address = [
|
||||
"172.19.${toString myZone}.${toString myId}/17"
|
||||
"fc00::${toString myZone}:${toString myId}/112"
|
||||
"fc00::${toString myZone}:${toString myId}/96"
|
||||
];
|
||||
routes = rtwg4 ++ rtwg6;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue