mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
30 lines
391 B
INI
30 lines
391 B
INI
#
|
|
# IIS windows configuration file
|
|
#
|
|
|
|
#
|
|
# Define what type of system this is.
|
|
#
|
|
$clientSys = "iis";
|
|
|
|
#
|
|
# Cipher conversion table file
|
|
#
|
|
$cipherTableFile = "cipher.list";
|
|
|
|
#--------------------------------------------
|
|
# Web server specific variables start here:
|
|
#
|
|
|
|
#
|
|
# Location of installed tstclntb binary
|
|
#
|
|
$tstclntwb = "./tstclntw.exe";
|
|
|
|
#
|
|
# HTTP Request file
|
|
#
|
|
$reqFile = "sslreq.dat";
|
|
|
|
|