dhcp_server: make communishift use external dns servers that work.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
53388e6ccc
commit
a67b5ec298
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ shared-network pubcloud {
|
|||
allow bootp;
|
||||
|
||||
option domain-name "fedorainfracloud.org";
|
||||
option domain-name-servers 8.43.85.74, 140.211.169.201;
|
||||
option domain-name-servers 8.8.8.8, 8.8.4.4;
|
||||
option routers 38.145.49.254;
|
||||
#option log-servers 209.132.184.2;
|
||||
host virthost-cloud01 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue