aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 143f406..ba6095a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,3 +8,6 @@ TODO
* Support for upgrading VMs.
* Vagrant integration.
* Set window title using xdotool.
+* Check for `/usr/bin/VBoxClient --clipboard` inside the guest.
+* [host's resolver as a DNS proxy in NAT mode](https://www.virtualbox.org/manual/ch09.html#nat_host_resolver_proxy):
+ `VBoxManage modifyvm "VM name" --natdnshostresolver1 on`.