From 9659c33a09f179fac034639770f2f73ca4b71212 Mon Sep 17 00:00:00 2001 From: qjoo Date: Mon, 16 Mar 2015 18:05:09 +0000 Subject: [PATCH] qvm-service: +disable-dns-server/disable-default-route The logic for set-default-route/set-dns-server has been inverted. --- doc/qvm-tools/qvm-service.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/qvm-tools/qvm-service.rst b/doc/qvm-tools/qvm-service.rst index bdc26d85..e27c66d7 100644 --- a/doc/qvm-tools/qvm-service.rst +++ b/doc/qvm-tools/qvm-service.rst @@ -112,19 +112,18 @@ updates-proxy-setup yum proxy (in firewall settings) and disabled when you deny access to yum proxy. -set-default-route - Default: enabled +disable-default-route + Default: disabled - Sets the default route for networking. Disabling this service + Disables the default route for networking. Enabling this service will prevent the creation of the default route, but the VM will still be able to reach it's direct neighbors. The functionality is implemented in /usr/lib/qubes/setup-ip. -set-dns-server - Default: enabled +disable-dns-server + Default: disabled - Creates the appropriate nameserver entries in /etc/resolv.conf. - Disabling this service will result in an empty /etc/resolv.conf. + Enabling this service will result in an empty /etc/resolv.conf. The functionality is implemented in /usr/lib/qubes/setup-ip.