Blame server/proxy/config.ini

Packit Service b1ea74
[Server]
Packit Service b1ea74
Host = 0.0.0.0
Packit Service b1ea74
Port = 3389
Packit Service b1ea74
Packit Service b1ea74
[SessionCapture]
Packit Service b1ea74
Enabled = TRUE
Packit Service b1ea74
CapturesDirectory = "captures"
Packit Service b1ea74
Packit Service b1ea74
[Target]
Packit Service b1ea74
; If this value is set to TRUE, the target server info will be parsed using the 
Packit Service b1ea74
; load balance info setting at runtime. The format is
Packit Service b1ea74
; "Cookie: msts=<target server>", and can be set in an rdp file for windows/mac,
Packit Service b1ea74
; and the /load-balance-info: CLI option for xfreerdp. Otherwise, the server
Packit Service b1ea74
; will always connect to the same target, using the configured values of `Host`
Packit Service b1ea74
; and `Port`.
Packit Service b1ea74
UseLoadBalanceInfo = TRUE
Packit Service b1ea74
Host = FakeHost
Packit Service b1ea74
Port = 3389
Packit Service b1ea74
Packit Service b1ea74
[Input]
Packit Service b1ea74
Mouse = TRUE
Packit Service b1ea74
Keyboard = TRUE
Packit Service b1ea74
Packit Service b1ea74
[Security]
Packit Service b1ea74
ServerTlsSecurity = TRUE
Packit Service b1ea74
ServerRdpSecurity = FALSE
Packit Service b1ea74
ClientTlsSecurity = TRUE
Packit Service b1ea74
ClientRdpSecurity = FALSE
Packit Service b1ea74
ClientNlaSecurity = TRUE
Packit Service b1ea74
ClientAllowFallbackToTls = TRUE
Packit Service b1ea74
Packit Service b1ea74
[Channels]
Packit Service b1ea74
GFX = TRUE
Packit Service b1ea74
DisplayControl = TRUE
Packit Service b1ea74
Clipboard = TRUE
Packit Service b1ea74
AudioOutput = TRUE
Packit Service b1ea74
RemoteApp = TRUE
Packit Service b1ea74
; a list of comma seperated static channels that will be proxied. This feature is useful,
Packit Service b1ea74
; for example when there's a custom static channel that isn't implemented in freerdp/proxy, and is needed to be proxied when connecting through the proxy.
Packit Service b1ea74
; Passthrough = ""
Packit Service b1ea74
Packit Service b1ea74
[Clipboard]
Packit Service b1ea74
TextOnly = FALSE
Packit Service b1ea74
MaxTextLength = 10 # 0 for no limit.
Packit Service b1ea74
Packit Service b1ea74
[Plugins]
Packit Service b1ea74
; An optional, comma separated list of paths to modules that the proxy should load at startup.
Packit Service b1ea74
;
Packit Service b1ea74
; Modules = "proxy-demo-plugin.so"
Packit Service b1ea74
Packit Service b1ea74
; An optional, comma separated list of required plugins (names),
Packit Service b1ea74
; that the proxy won't start without having them loaded.
Packit Service b1ea74
;
Packit Service b1ea74
; Required = "demo"