This is an automated email from the ASF dual-hosted git repository.

joao pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.18 by this push:
     new 9d748f0837f server: update default value of setting 
'expose.dns.externally' to 'false' (#8776)
9d748f0837f is described below

commit 9d748f0837f03ec33acbf88552cb12ffa7a08eed
Author: Wei Zhou <weiz...@apache.org>
AuthorDate: Fri Mar 15 14:43:16 2024 +0100

    server: update default value of setting 'expose.dns.externally' to 'false' 
(#8776)
---
 .../java/com/cloud/network/router/VirtualNetworkApplianceManager.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/src/main/java/com/cloud/network/router/VirtualNetworkApplianceManager.java
 
b/server/src/main/java/com/cloud/network/router/VirtualNetworkApplianceManager.java
index 8b2fd81bb48..d569d3297b4 100644
--- 
a/server/src/main/java/com/cloud/network/router/VirtualNetworkApplianceManager.java
+++ 
b/server/src/main/java/com/cloud/network/router/VirtualNetworkApplianceManager.java
@@ -72,7 +72,7 @@ public interface VirtualNetworkApplianceManager extends 
Manager, VirtualNetworkA
             "If true, router minimum required version is checked before 
sending command", false);
     static final ConfigKey<Boolean> UseExternalDnsServers = new 
ConfigKey<Boolean>(Boolean.class, "use.external.dns", "Advanced", "false",
             "Bypass internal dns, use external dns1 and dns2", true, 
ConfigKey.Scope.Zone, null);
-    static final ConfigKey<Boolean> ExposeDnsAndBootpServer = new 
ConfigKey<Boolean>(Boolean.class, "expose.dns.externally", "Advanced", "true",
+    static final ConfigKey<Boolean> ExposeDnsAndBootpServer = new 
ConfigKey<Boolean>(Boolean.class, "expose.dns.externally", "Advanced", "false",
             "open dns, dhcp and bootp on the public interface", true, 
ConfigKey.Scope.Zone, null);
 
     static final ConfigKey<String> VirtualRouterServiceOffering = new 
ConfigKey<String>(String.class, VirtualRouterServiceOfferingCK, "Advanced", "",

Reply via email to