Skip to content

Commit fe5d741

Browse files
committed
Merge branch '4.18' into '4.19'
2 parents 0043540 + 9d748f0 commit fe5d741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/network/router/VirtualNetworkApplianceManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public interface VirtualNetworkApplianceManager extends Manager, VirtualNetworkA
7373
"If true, router minimum required version is checked before sending command", false);
7474
ConfigKey<Boolean> UseExternalDnsServers = new ConfigKey<>(Boolean.class, "use.external.dns", "Advanced", "false",
7575
"Bypass internal dns, use external dns1 and dns2", true, ConfigKey.Scope.Zone, null);
76-
ConfigKey<Boolean> ExposeDnsAndBootpServer = new ConfigKey<>(Boolean.class, "expose.dns.externally", "Advanced", "true",
76+
ConfigKey<Boolean> ExposeDnsAndBootpServer = new ConfigKey<>(Boolean.class, "expose.dns.externally", "Advanced", "false",
7777
"open dns, dhcp and bootp on the public interface", true, ConfigKey.Scope.Zone, null);
7878

7979
ConfigKey<String> VirtualRouterServiceOffering = new ConfigKey<>(String.class, VirtualRouterServiceOfferingCK, "Advanced", "",

0 commit comments

Comments
 (0)