Switching to .lan from .local to prevent mDNS issues

This commit is contained in:
Random936
2026-04-24 20:09:28 -04:00
parent bc58d71ed5
commit c0a7449e31

View File

@@ -11,9 +11,9 @@ update() {
# Nixos VMs
ssh media@media.randomctf.com -t "$(typeset -f update); update"
ssh logging@logging.randomctf.local -t "$(typeset -f update); update"
ssh mindforge@mindforge.randomctf.local -t "$(typeset -f update); update"
ssh mnemosyne@mnemosyne.randomctf.local -t "$(typeset -f update); update"
ssh logging@logging.randomctf.lan -t "$(typeset -f update); update"
ssh mindforge@mindforge.randomctf.lan -t "$(typeset -f update); update"
ssh mnemosyne@mnemosyne.randomctf.lan -t "$(typeset -f update); update"
# Ubuntu VMs
ssh pbx@pbx.randomctf.local -t "sudo apt update -y && sudo apt upgrade -y"
ssh pbx@pbx.randomctf.lan -t "sudo apt update -y && sudo apt upgrade -y"