bvm-matrix: add tailscale IP
This commit is contained in:
parent
477ca742bd
commit
38b306b095
2 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,7 @@ in {
|
||||||
3478 # TURN
|
3478 # TURN
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
#my.ip.tailscale = "100.86.22.44";
|
my.ip.tailscale = "100.74.197.67";
|
||||||
|
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -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. 19 600 450 3600 300
|
@ 600 IN SOA frantech-lux01.as205479.net. hostmaster.lukegb.com. 20 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
|
||||||
|
@ -58,6 +58,7 @@ 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
|
bvm-prosody.int 3600 IN A 100.86.22.44
|
||||||
bvm-win10.int 3600 IN A 100.71.230.20
|
bvm-win10.int 3600 IN A 100.71.230.20
|
||||||
|
bvm-matrix.int 3600 IN A 100.74.197.67
|
||||||
|
|
||||||
mac-mini.int 3600 IN A 100.106.189.80
|
mac-mini.int 3600 IN A 100.106.189.80
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue