bvm-prosody: add tailscale IP

This commit is contained in:
Luke Granger-Brown 2021-03-28 14:33:54 +00:00
parent 2eeba92d9e
commit f8b4903286
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,7 @@
ipv4.addresses = [{ address = "10.100.0.202"; prefixLength = 23; }]; ipv4.addresses = [{ address = "10.100.0.202"; prefixLength = 23; }];
}; };
}; };
my.ip.tailscale = "100.86.22.44";
system.stateVersion = "21.05"; system.stateVersion = "21.05";
} }

View file

@ -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. 7 600 450 3600 300 @ 600 IN SOA frantech-lux01.as205479.net. hostmaster.lukegb.com. 8 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
@ -56,6 +56,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 bvm-twitterchiver.int 3600 IN A 100.119.86.55
bvm-prosody.int 3600 IN A 100.86.22.44
; laptops, desktops, routers ; laptops, desktops, routers
totoro.int 3600 IN A 100.122.86.11 totoro.int 3600 IN A 100.122.86.11