migration

This commit is contained in:
2026-02-14 08:35:47 +02:00
commit f1df2dd897
46 changed files with 2595 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
192.168.64.2 personal.utm.local
192.168.64.3 university.utm.local
192.168.50.2 personal.workstation.lan

View File

@@ -0,0 +1,12 @@
# flow-managed dnsmasq configuration
domain-needed
bogus-priv
# Keep loopback for local resolver usage.
listen-address=127.0.0.1
# Local VM and workstation aliases.
address=/personal.utm.local/192.168.64.2
address=/university.utm.local/192.168.64.3
address=/personal.workstation.lan/192.168.50.2