Skip to content

Commit 327e1b3

Browse files
defguard-communitygitbook-bot
authored andcommitted
GITBOOK-439: change request with no subject merged in GitBook
1 parent b0b4665 commit 327e1b3

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

configuration.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ You can generate random strings for secrets with e.g.:
4949
* `DEFGUARD_AUTH_COOKIE_TIMEOUT`: Cookie lifetime period, default: `7d` ([Humantime documentation](https://docs.rs/humantime/latest/humantime/struct.Duration.html))
5050
* `DEFGUARD_MFA_CODE_TIMEOUT`: Email code lifetime period, default: `60s` ([Humantime documentation](https://docs.rs/humantime/latest/humantime/struct.Duration.html))
5151
* `DEFGUARD_SESSION_TIMEOUT`: Session lifetime period, default: `7d` ([Humantime documentation](https://docs.rs/humantime/latest/humantime/struct.Duration.html))
52+
* `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)
5254

5355
### Database configuration
5456

@@ -112,6 +114,8 @@ Here are proxy ENV variables. gRPC configuration is described more [on this help
112114
* `DEFGUARD_PROXY_GRPC_KEY`(optional): path to TLS key file. [More on that in this help page.](deployment-strategies/grpc-ssl-communication.md)
113115
* `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.
114116
* `DEFGUARD_PROXY_LOG_LEVEL` : [Logger](https://crates.io/crates/log) log level, default: `info`, supported: `debug`, `warn`, `error`
117+
* `HTTP_BIND_ADDRESS`: The IP address that the HTTP should bind to (available since version 1.5.0)
118+
* `GRPC_BIND_ADDRESS`: The IP address that the gRPC should bind to (available since version 1.5.0)
115119

116120
## Gateway Configuration
117121

@@ -127,15 +131,13 @@ If you're using docker image you can pass this value as environmental variables
127131
* `DEFGUARD_GATEWAY_NAME`, `--name <NAME>` - (optional) human-readable gateway name that will be displayed in Defguard webapp
128132
* `-s, --use-syslog` - enable logging to syslog
129133
* `RUST_LOG` : Logger log level, default: `info`, supported: `debug`, `warn`, `error`
130-
* `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` \\
132136

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.
133138

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)
139141

140142
#### Executing custom commands on VPN up/down
141143

0 commit comments

Comments
 (0)