home | add Citrix configs
This commit is contained in:
parent
d8ee0b915a
commit
975b448c41
10 changed files with 901 additions and 1 deletions
35
home/files/citrix/Untrusted_Region.ini
Normal file
35
home/files/citrix/Untrusted_Region.ini
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
; Untrusted_Region.ini
|
||||
;
|
||||
; This file defines the lockdown profile applied to all connections made by Citrix Receiver
|
||||
; while in the Untrusted Region.
|
||||
;
|
||||
|
||||
;
|
||||
; The Top Level configuration defines the basic functionality of this Profile.
|
||||
;
|
||||
[Top Level]
|
||||
Version Minimum=10000
|
||||
Version Maximum=10000
|
||||
EnableLockdown=true
|
||||
AllowConnection=false
|
||||
OverrideInvalidICAParameters=true
|
||||
AllowUnrecognisedICAParameters=true
|
||||
|
||||
[Network\Proxy]
|
||||
TransportDriver=TCP/IP
|
||||
WinStationDriver=ICA 3.0
|
||||
|
||||
ProxyType=Auto,None,Wpad
|
||||
AltProxyType=Auto,None,Wpad
|
||||
; If you allow a proxy type (Secure or Socks) that uses a server,
|
||||
; you will need to change the ProxyHost line below to indicate which
|
||||
; servers are trusted, for example:
|
||||
; ProxyHost=,*.mycompany.com:*,*.mypartner.com:*
|
||||
;
|
||||
ProxyHost=,
|
||||
AltProxyHost=,
|
||||
|
||||
;
|
||||
; Region preferences.
|
||||
;
|
||||
[Preferences]
|
||||
Loading…
Add table
Add a link
Reference in a new issue