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
@@ -110,26 +110,22 @@ Here are proxy ENV variables. gRPC configuration is described more [on this help
110
110
*`DEFGUARD_PROXY_GRPC_CERT` (optional): path to TLS certificate file
111
111
*`DEFGUARD_PROXY_GRPC_KEY`(optional): path to TLS key file. [More on that in this help page.](../../admin-and-features/setting-up-your-instance/grpc-ssl-communication.md)
112
112
*`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.
If you're using docker image you can pass this value as environmental variables or on binary you can pass them as arguments
119
120
120
-
`DEFGUARD_USERSPACE` , `-u` - Use userspace wireguard implementation, useful on systems without native wireguard support
121
-
122
-
`DEFGUARD_GRPC_URL` , `-g <URL>` - defguard server gRPC endpoint URL default is https://localhost:50055
123
-
124
-
`DEFGUARD_GRPC_CA - path to ca file` more on this topic [on this help page.](../../admin-and-features/setting-up-your-instance/grpc-ssl-communication.md)
125
-
126
-
`DEFGUARD_STATS_PERIOD` ,`-p <SECONDS>` - Defines how often (seconds) should interface statistics be sent to the defguard server
127
-
128
-
`DEFGUARD_TOKEN` ,`-t <TOKEN>` - Token received on defguard after completing network wizard
129
-
130
-
`DEFGUARD_GATEWAY_NAME`, `--name <NAME>` - (optional) human-readable gateway name that will be displayed in defguard webapp
131
-
132
-
`-s, --use-syslog` - enable logging to syslog
121
+
*`DEFGUARD_USERSPACE` , `-u` - Use userspace wireguard implementation, useful on systems without native wireguard support
122
+
*`DEFGUARD_GRPC_URL` , `-g <URL>` - defguard server gRPC endpoint URL default is https://localhost:50055
123
+
*`DEFGUARD_GRPC_CA - path to ca file` more on this topic [on this help page.](../../admin-and-features/setting-up-your-instance/grpc-ssl-communication.md)
124
+
*`DEFGUARD_STATS_PERIOD` ,`-p <SECONDS>` - Defines how often (seconds) should interface statistics be sent to the defguard server
125
+
*`DEFGUARD_TOKEN` ,`-t <TOKEN>` - Token received on defguard after completing network wizard
126
+
*`DEFGUARD_GATEWAY_NAME`, `--name <NAME>` - (optional) human-readable gateway name that will be displayed in defguard webapp
0 commit comments