Skip to content

Commit ba086d2

Browse files
committed
Update README
1 parent 3567589 commit ba086d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)