aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-13 18:00:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-13 18:00:42 -0300
commitb495a4efce5b620b41c5c8463ed45860cef8daea (patch)
tree97818bc506f4fd05f6c3053413c4863d3cace670 /kvmxfile
parent85e1c1e9ca1acb346a4dd7b0d542467a5c57a9f3 (diff)
downloadkvmx-b495a4efce5b620b41c5c8463ed45860cef8daea.tar.gz
kvmx-b495a4efce5b620b41c5c8463ed45860cef8daea.tar.bz2
Enhance net_dns behavior
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/kvmxfile b/kvmxfile
index 3247505..a15a1fb 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -15,12 +15,15 @@ password="`head -c 20 /dev/urandom | base64`"
#net="tap"
net="user"
+# DNS config
+#net_dns="192.168.1.1"
+#net_dns="host" # copy /etc/resolv.conf from host when creating the box
+
# Networking: tap config only
# This setting is used during virtual machine bootstrapping by kvmx-create.
#net_ip="10.1.1.2"
#net_mask="255.255.255.0"
#net_gateway="10.1.1.1"
-#net_dns="192.168.1.1"
# Set this is you want to be able to share a single folder between host and guest.
# Needs ssh_support set to "y" and a workable SSH connection to the guest.