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