You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`HTTP_BIND_ADDRESS`: The IP address that the HTTP should bind to (available since version 1.5.0)
53
+
*`GRPC_BIND_ADDRESS`: The IP address that the gRPC should bind to (available since version 1.5.0)
52
54
53
55
### Database configuration
54
56
@@ -112,6 +114,8 @@ Here are proxy ENV variables. gRPC configuration is described more [on this help
112
114
*`DEFGUARD_PROXY_GRPC_KEY`(optional): path to TLS key file. [More on that in this help page.](deployment-strategies/grpc-ssl-communication.md)
113
115
*`DEFGUARD_PROXY_URL` - if you wish to use External OIDC enrollment/desktop client configuration, please set this value to the same as `DEFGUARD_ENROLLMENT_URL` in core. This is the address at which the proxy Web UI is available.
*`DEFGUARD_MASQUERADE`- controls whether the gateway automatically applies masquerade NAT firewall rule; defaults to `false`
131
-
*`DEFGUARD_DISABLE_FW_MGMT`- disables all firewall management by the gateway; this overrides `DEFGUARD_MASQUERADE` setting; defaults to `false`\
134
+
*`DEFGUARD_MASQUERADE` - controls whether the gateway automatically applies masquerade NAT firewall rule; defaults to `false`
135
+
*`DEFGUARD_DISABLE_FW_MGMT` - disables all firewall management by the gateway; this overrides `DEFGUARD_MASQUERADE` setting; defaults to `false`\\
132
136
137
+
\{% hint style="warning" %\}`DEFGUARD_DISABLE_FW_MGMT` is meant as a workaround for running in incompatible environments, where our [default firewall integration](admin-and-features/access-control-list/firewall-internals.md) is not supported.
133
138
134
-
{% hint style="warning" %}
135
-
`DEFGUARD_DISABLE_FW_MGMT` is meant as a workaround for running in incompatible environments, where our [default firewall integration](admin-and-features/access-control-list/firewall-internals.md) is not supported.
136
-
137
-
As a consequence, enabling this option disables [ACL functionality](admin-and-features/access-control-list/) on a given gateway.
138
-
{% endhint %}
139
+
As a consequence, enabling this option disables [ACL functionality](admin-and-features/access-control-list/) on a given gateway. \{% endhint %\}
140
+
*`HTTP_BIND_ADDRESS`: The IP address that the HTTP should bind to (available since version 1.5.0)
0 commit comments