From: Silvio Rhatto Date: Thu, 7 Apr 2016 02:02:57 +0000 (-0300) Subject: Adds natresolver command X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4732712596a69a6ee5936b506b429a7f4fab9747;p=vbox.git Adds natresolver command --- diff --git a/vbox b/vbox index 1035390..a76baab 100755 --- a/vbox +++ b/vbox @@ -80,6 +80,10 @@ elif [ "$COMMAND" == "list" ]; then exit elif [ "$COMMAND" == "clip" ]; then vbox_clip +elif [ "$COMMAND" == "natresolver" ]; then + # See host's resolver as a DNS proxy in NAT mode + # https://www.virtualbox.org/manual/ch09.html#nat_host_resolver_proxy + VBoxManage modifyvm $VM --natdnshostresolver1 on else usage fi