Blame server/proxy/config.ini

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