bvm-twitterchiver: add tailscale IP
This commit is contained in:
parent
e6c56c9a74
commit
2eeba92d9e
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
||||||
ipv4.addresses = [{ address = "10.100.0.201"; prefixLength = 23; }];
|
ipv4.addresses = [{ address = "10.100.0.201"; prefixLength = 23; }];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
my.ip.tailscale = "100.119.86.55";
|
||||||
|
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
; SPDX-License-Identifier: Apache-2.0
|
; SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
; MNAME RNAME SERIAL REFRESH RETRY EXPIRE TTL
|
; MNAME RNAME SERIAL REFRESH RETRY EXPIRE TTL
|
||||||
@ 600 IN SOA frantech-lux01.as205479.net. hostmaster.lukegb.com. 6 600 450 3600 300
|
@ 600 IN SOA frantech-lux01.as205479.net. hostmaster.lukegb.com. 7 600 450 3600 300
|
||||||
|
|
||||||
; NB: this are also glue records in Google Domains.
|
; NB: this are also glue records in Google Domains.
|
||||||
$INCLUDE tmpl.ns
|
$INCLUDE tmpl.ns
|
||||||
|
@ -55,6 +55,7 @@ blade-chakotay.int 3600 IN A 100.121.11.7
|
||||||
|
|
||||||
bvm-nixosmgmt.int 3600 IN A 100.65.226.19
|
bvm-nixosmgmt.int 3600 IN A 100.65.226.19
|
||||||
bvm-ipfs.int 3600 IN A 100.73.206.41
|
bvm-ipfs.int 3600 IN A 100.73.206.41
|
||||||
|
bvm-twitterchiver.int 3600 IN A 100.119.86.55
|
||||||
|
|
||||||
; laptops, desktops, routers
|
; laptops, desktops, routers
|
||||||
totoro.int 3600 IN A 100.122.86.11
|
totoro.int 3600 IN A 100.122.86.11
|
||||||
|
|
Loading…
Reference in a new issue