aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-09 22:20:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-09 22:20:41 -0300
commit3924a146c54ebe0ca19ef1aaace05ebf043738bc (patch)
treecc6323670ff96ba8d4d850bc99b52346a64d44a3 /kvmxfile
parentb5c94b16d5228dc4dc744135ec52b81502d7f688 (diff)
downloadkvmx-3924a146c54ebe0ca19ef1aaace05ebf043738bc.tar.gz
kvmx-3924a146c54ebe0ca19ef1aaace05ebf043738bc.tar.bz2
Hostfwd and misc fixes
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvmxfile b/kvmxfile
index f3b0498..32d2600 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -16,8 +16,8 @@ shared_folder_mountpoint="/media/shared"
# boots.
run_spice_client="1"
-# Set host_port-:guest_port mapping pairs.
-#port_mapping="8080-:80,8443-:443"
+# Set additional hostfwd mappings
+#port_mapping="hostfwd=tcp:127.0.0.1:8080-:80,hostfwd=tcp:127.0.0.1:8443-:443"
# Where the guest image is stored
image="$HOME/.local/share/kvmx/$VM/box.img"