From 81ec1d51f9b44881dee7dc15790000de6de6772a Mon Sep 17 00:00:00 2001 From: Pieter Lange Date: Thu, 22 Dec 2016 20:57:55 +0100 Subject: [PATCH] Add DEBUG variable description --- docs/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/variables.md b/docs/variables.md index 2941699..d3cb90f 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -10,3 +10,4 @@ * OVPN_K8S_DNS - The DNS resolver pushed to clients. (Default: resolver used in openvpn pod itself) * OVPN_VERB - The verbosity of openvpn logs. (Default: `3`) * OVPN_DEFROUTE - Whether to allow clients to route traffic other than pod/service networks. Set to `1` to allow, set to `2` to push a default route to clients. (Default: `0`) +* DEBUG - Set this variable to any value to print each command executed and set `OVPN_DEBUG` to `5`.