Version
4.0
# Telnet
telnet,
# SSL
ssl,
# SSL (HTTPS)
https,
# SSL (IMAPS)
imaps,
# SSL (POP3S)
pop3s,
# SSL (LDAPS)
ldaps,
# UDP Streaming
udpstreaming,
# UDP
udp,
# DNS
dns,
# Generic server first
server_first,
# Generic client first
client_first
}
VirtualServer.RuleRunFlag
This enumeration defines the run flags for a particular rule.
enum VirtualServer.RuleRunFlag {
# Run on every request or response.
run_every,
# Run only on the first request or response.
only_first
}
VirtualServer.SSLClientCertificateHeaders
79
New Page 1