diff options
Diffstat (limited to 'config/freebsd')
-rw-r--r-- | config/freebsd/waagent.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/freebsd/waagent.conf b/config/freebsd/waagent.conf index 5149573..6406c75 100644 --- a/config/freebsd/waagent.conf +++ b/config/freebsd/waagent.conf @@ -105,3 +105,12 @@ OS.SudoersDir=/usr/local/etc/sudoers.d # handling until inVMArtifactsProfile.OnHold is false. # Default is disabled # EnableOverProvisioning=n + +# Allow fallback to HTTP if HTTPS is unavailable +# Note: Allowing HTTP (vs. HTTPS) may cause security risks +# OS.AllowHTTP=n + +# Add firewall rules to protect access to Azure host node services +# Note: +# - The default is false to protect the state of exising VMs +OS.EnableFirewall=y |