File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ Here's a sample configuration file:
6565 "RedisPassword": "seCretsRc00l",
6666 "RedisPort": 6379,
6767 "RedisServer": "redis.cool.io",
68+ "RedisTLS": true,
6869 "RenotifyTime": 7200,
6970 "SlackKey": "xozz-blah-moreblah",
7071 "TemplatePath": "/etc/vpnnotify.msg"
@@ -85,6 +86,7 @@ Here's a sample configuration file:
8586| RedisPassword | String | A password for Redis | secret |
8687| RedisPort | Int | A port for Redis | 6379 |
8788| RedisServer | String | FQDN for the Redis Server | redis.cool.io |
89+ | RedisTLS | Bool | Attempt to talk to Redis using TLS | true, false |
8890| RenotifyTime | Int | Number of seconds to not renotify a user if from same IP | 7200 |
8991| SlackKey | String | The key for Slack | xozz-... |
9092| TemplatePath | String | A path to a go template file | /etc/vpnnotify.msg |
You can’t perform that action at this time.
0 commit comments