migration
This commit is contained in:
3
_shared/dnsmasq/.user_hosts
Normal file
3
_shared/dnsmasq/.user_hosts
Normal 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
|
||||
12
_shared/dnsmasq/_root/opt/homebrew/etc/dnsmasq.conf
Normal file
12
_shared/dnsmasq/_root/opt/homebrew/etc/dnsmasq.conf
Normal 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
|
||||
Reference in New Issue
Block a user