Just force ns2 = ns1

This commit is contained in:
niten 2023-07-18 11:01:02 -07:00
parent e08d144e65
commit 1a7d23f4ff
1 changed files with 4 additions and 1 deletions

View File

@ -22,5 +22,8 @@
}; };
}; };
hosts = { procul = { ipv4-address = "172.86.179.18"; }; }; hosts = {
procul = { ipv4-address = "172.86.179.18"; };
ns2 = { ipv4-address = "172.86.179.18"; };
};
} }