fix: had wrong IP for ns2
This commit is contained in:
parent
75a63212b1
commit
06033ea16b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
let
|
let
|
||||||
name = "vigil";
|
name = "vigil";
|
||||||
|
|
||||||
ip_pub = "193.1.99.121";
|
ip_pub = "193.1.99.109";
|
||||||
ip_priv = "172.20.20.4";
|
ip_priv = "172.20.20.4";
|
||||||
# hostname = "${name}.skynet.ie";
|
# hostname = "${name}.skynet.ie";
|
||||||
hostname = ip_pub;
|
hostname = ip_pub;
|
||||||
|
|
Loading…
Reference in a new issue