Skip to content

Commit 9d748f0

Browse files
server: update default value of setting 'expose.dns.externally' to 'false' (apache#8776)
1 parent f8fd22c commit 9d748f0

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
@@ -72,7 +72,7 @@ public interface VirtualNetworkApplianceManager extends Manager, VirtualNetworkA
7272
"If true, router minimum required version is checked before sending command", false);
7373
static final ConfigKey<Boolean> UseExternalDnsServers = new ConfigKey<Boolean>(Boolean.class, "use.external.dns", "Advanced", "false",
7474
"Bypass internal dns, use external dns1 and dns2", true, ConfigKey.Scope.Zone, null);
75-
static final ConfigKey<Boolean> ExposeDnsAndBootpServer = new ConfigKey<Boolean>(Boolean.class, "expose.dns.externally", "Advanced", "true",
75+
static final ConfigKey<Boolean> ExposeDnsAndBootpServer = new ConfigKey<Boolean>(Boolean.class, "expose.dns.externally", "Advanced", "false",
7676
"open dns, dhcp and bootp on the public interface", true, ConfigKey.Scope.Zone, null);
7777

7878
static final ConfigKey<String> VirtualRouterServiceOffering = new ConfigKey<String>(String.class, VirtualRouterServiceOfferingCK, "Advanced", "",

0 commit comments

Comments
 (0)