Merge branch 'feature/KASM-2837_STUN_srv_setting' into 'master'

Add -stunServer arg for on-premises STUN

Closes KASM-2837

See merge request kasm-technologies/internal/KasmVNC!57
This commit is contained in:
Anthony Merrill
2022-08-14 15:51:23 +00:00
4 changed files with 20 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ namespace rfb {
static IntParameter udpPort;
static StringParameter kasmPasswordFile;
static StringParameter publicIP;
static StringParameter stunServer;
static BoolParameter printVideoArea;
static BoolParameter protocol3_3;
static BoolParameter alwaysShared;