From 6358eb1fa59cb9ec84b615491bd275069fb98a0c Mon Sep 17 00:00:00 2001 From: Bolke de Bruin <bolke@xs4all.nl> Date: Sat, 22 Aug 2020 10:07:43 +0200 Subject: [PATCH] Add doc --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9d59320..5cdd77c 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,9 @@ security: # if you want to enable token generation for the user # if true the username will be set to a jwt with the username embedded into it EnableUserToken: true + # Verifies if the ip used to connect to download the rdp file equals from where the + # connection is opened. + VerifyClientIp: true ``` ## Testing locally A convenience docker-compose allows you to test the RDPGW locally. It uses [Keycloak](http://www.keycloak.org) -- GitLab