qvm-service: +disable-dns-server/disable-default-route
The logic for set-default-route/set-dns-server has been inverted.
This commit is contained in:
parent
20c32e7233
commit
9659c33a09
@ -112,19 +112,18 @@ updates-proxy-setup
|
|||||||
yum proxy (in firewall settings) and disabled when you deny access to yum
|
yum proxy (in firewall settings) and disabled when you deny access to yum
|
||||||
proxy.
|
proxy.
|
||||||
|
|
||||||
set-default-route
|
disable-default-route
|
||||||
Default: enabled
|
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
|
will prevent the creation of the default route, but the VM will
|
||||||
still be able to reach it's direct neighbors. The functionality
|
still be able to reach it's direct neighbors. The functionality
|
||||||
is implemented in /usr/lib/qubes/setup-ip.
|
is implemented in /usr/lib/qubes/setup-ip.
|
||||||
|
|
||||||
set-dns-server
|
disable-dns-server
|
||||||
Default: enabled
|
Default: disabled
|
||||||
|
|
||||||
Creates the appropriate nameserver entries in /etc/resolv.conf.
|
Enabling this service will result in an empty /etc/resolv.conf.
|
||||||
Disabling this service will result in an empty /etc/resolv.conf.
|
|
||||||
The functionality is implemented in /usr/lib/qubes/setup-ip.
|
The functionality is implemented in /usr/lib/qubes/setup-ip.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user