System Advanced
Variable Name |
Type |
Description |
---|---|---|
C_System_Adv_Protocols_SessionTimeOut |
Int |
Session timeout 300 |
C_System_Adv_Protocols_ResponseDelay |
Int |
Protocol response delay 0 |
C_System_Adv_Protocols_MaxBadCommands |
Int |
Max number of bad commands 8 |
C_System_Adv_Protocols_BackLog |
Int |
Listen back logs 5 |
C_System_Adv_Protocols_DNSTimeout |
Int |
DNS Timeout 5 |
C_System_Adv_Protocols_DNSCache |
Bool |
Use DNS smart cache 1 |
C_System_Adv_Protocols_DNSRetry |
Int |
DNS retries 1 |
C_System_Adv_Protocols_DNSCacheLimit |
Int |
DNS cache items limit 128 |
C_System_Adv_Protocols_IMAPTimeout |
Int |
IMAP timeout |
C_System_Adv_Ext_DisableSSLTLS |
Bool |
Disable SSL/TLS 1 |
C_System_Adv_Ext_EnableIPv6 |
Bool |
Enable IPv6 Protocol 0 |
C_System_Adv_Ext_ChangePassServer |
Bool |
Enable Change password server 0 |
C_System_Adv_Ext_DaytimeServer |
Bool |
Enable Daytime server 0 |
C_System_Adv_Ext_DayTimePort |
Int |
Daytime port |
C_System_Adv_Ext_DisableMultiCPU |
Bool |
Disable Multiple CPU 1 |
C_System_Adv_Ext_SNMPServer |
Bool |
Enable SNMP server |
C_System_Adv_Ext_SNMPPort |
Int |
SNMP port |
C_System_Adv_Ext_SocksServer |
Bool |
Enable Socks server |
C_System_Adv_Ext_SocksPort |
Int |
Socks port |
C_System_Adv_Ext_SSLServerMethod |
Int |
Supported Server SSL Protocol 0 Default (currently the same as 6, but will be increased in the future according to the actual security trends) 1 Deprecated (the same as 3) 2 Deprecated (the same as 3) 3 Supports SSL3 and newer (SSL3,TLS1,TLS1.1.TLS1.2) 4 Supports TLS1 and newer (TLS1,TLS1.1.TLS1.2) 5 Supports TLS1.1 and newer (TLS1.1.TLS1.2) 6 Supports TLS1.2 and newer (TLS1.2) 7 Same as 6 but TLS1.3 will be disabled (required for client renegotiation for HTTP service and - requires client certificate) |
C_System_Adv_Ext_SSLClientMethod |
Int |
Supported Client SSL Protocol 0 Default (currently the same as 6, but will be increased in the future according to the actual security trends) 1 Deprecated (the same as 3) 2 Deprecated (the same as 3) 3 Supports SSL3 and newer (SSL3,TLS1,TLS1.1.TLS1.2) (Client will send out TLSv1 client hello messages including extensions and will indicate that it also understands TLSv1.1, TLSv1.2 and permits a fallback to SSLv3) 4 Supports TLS1 and newer (TLS1,TLS1.1.TLS1.2) (Client will send out TLSv1 client hello messages including extensions and will indicate that it also understands TLSv1.1, TLSv1.2) 5 Supports TLS1.1 and newer (TLS1.1.TLS1.2) (Client will send out TLSv1.1 client hello messages including extensions and will indicate that it also understands TLSv1.2) 6 Supports TLS1.2 and newer (TLS1.2) (Client will send out TLSv1.2 client hello messages) - same as 5), Same as 6 but TLS1.3 will be disabled |