⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wrapper.conf

📁 这是linux下ssl vpn的实现程序
💻 CONF
字号:
#********************************************************************
# SSL-Explorer wrapper configuration
#********************************************************************

# Java Application
wrapper.java.command=java

# Java Main class.  
wrapper.java.mainclass=com.sslexplorer.server.Main

# Java Classpath 
wrapper.java.classpath.1=build/boot
wrapper.java.classpath.2=build/server
wrapper.java.classpath.3=../maverick-crypto/build/classes
wrapper.java.classpath.4=../maverick-ssl/build/classes
wrapper.java.classpath.5=conf
wrapper.java.classpath.6=lib/*.jar
wrapper.java.classpath.7=../maverick-multiplex/build/classes

# Java Library Path
# wrapper.java.library.path.1=lib 

# Java Additional Parameters
#wrapper.java.additional.1=

# Initial Java Heap Size (in MB)
wrapper.java.initmemory=256

# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=512

# Application parameters.  Add parameters as needed starting from 1
#wrapper.app.parameter.1=

#********************************************************************
# Wrapper Logging Properties
#********************************************************************
# Format of output for the console.  (See docs for formats)
wrapper.console.format=PM

# Log Level for console output.  (See docs for log levels)
wrapper.console.loglevel=INFO

# Log file to use for wrapper output logging.
wrapper.logfile=logs/wrapper.log

# Format of output for the log file.  (See docs for formats)
wrapper.logfile.format=LPTM

# Log Level for log file output.  (See docs for log levels)
wrapper.logfile.loglevel=INFO

# Maximum size that the log file will be allowed to grow to before
#  the log is rolled. Size is specified in bytes.  The default value
#  of 0, disables log rolling.  May abbreviate with the 'k' (kb) or
#  'm' (mb) suffix.  For example: 10m = 10 megabytes.
wrapper.logfile.maxsize=0

# Maximum number of rolled log files which will be allowed before old
#  files are deleted.  The default value of 0 implies no limit.
wrapper.logfile.maxfiles=0

# Log Level for sys/event log output.  (See docs for log levels)
wrapper.syslog.loglevel=NONE

#********************************************************************
# Wrapper Windows Properties
#********************************************************************
# Title to use when running as a console
wrapper.console.title=SSL-Explorer

#********************************************************************
# Wrapper Windows NT/2000/XP Service Properties
#********************************************************************
# WARNING - Do not modify any of these properties when an application
#  using this configuration file has been installed as a service.
#  Please uninstall the service before modifying this section.  The
#  service can then be reinstalled.

# Name of the service
wrapper.ntservice.name=SSL-Explorer

# Display name of the service
wrapper.ntservice.displayname=SSL-Explorer

# Description of the service
wrapper.ntservice.description=SSL-Explorer SSL VPN

# Service dependencies.  Add dependencies as needed starting from 1
wrapper.ntservice.dependency.1=

# Mode in which the service is installed.  AUTO_START or DEMAND_START
wrapper.ntservice.starttype=AUTO_START

# Allow the service to interact with the desktop.
wrapper.ntservice.interactive=false

#********************************************************************# SSL-Explorer wrapper configuration#********************************************************************# Java Applicationwrapper.java.command=java# Java Main class.  wrapper.java.mainclass=com.sslexplorer.server.Main# Java Classpath wrapper.java.classpath.1=build/bootwrapper.java.classpath.2=build/serverwrapper.java.classpath.3=../maverick-crypto/build/classeswrapper.java.classpath.4=../maverick-ssl/build/classeswrapper.java.classpath.5=confwrapper.java.classpath.6=lib/*.jar# Java Library Path# wrapper.java.library.path.1=lib # Java Additional Parameters#wrapper.java.additional.1=# Initial Java Heap Size (in MB)wrapper.java.initmemory=256# Maximum Java Heap Size (in MB)wrapper.java.maxmemory=512# Application parameters.  Add parameters as needed starting from 1#wrapper.app.parameter.1=#********************************************************************# Wrapper Logging Properties#********************************************************************# Format of output for the console.  (See docs for formats)wrapper.console.format=PM# Log Level for console output.  (See docs for log levels)wrapper.console.loglevel=INFO# Log file to use for wrapper output logging.wrapper.logfile=logs/wrapper.log# Format of output for the log file.  (See docs for formats)wrapper.logfile.format=LPTM# Log Level for log file output.  (See docs for log levels)wrapper.logfile.loglevel=INFO# Maximum size that the log file will be allowed to grow to before#  the log is rolled. Size is specified in bytes.  The default value#  of 0, disables log rolling.  May abbreviate with the 'k' (kb) or#  'm' (mb) suffix.  For example: 10m = 10 megabytes.wrapper.logfile.maxsize=0# Maximum number of rolled log files which will be allowed before old#  files are deleted.  The default value of 0 implies no limit.wrapper.logfile.maxfiles=0# Log Level for sys/event log output.  (See docs for log levels)wrapper.syslog.loglevel=NONE#********************************************************************# Wrapper Windows Properties#********************************************************************# Title to use when running as a consolewrapper.console.title=SSL-Explorer#********************************************************************# Wrapper Windows NT/2000/XP Service Properties#********************************************************************# WARNING - Do not modify any of these properties when an application#  using this configuration file has been installed as a service.#  Please uninstall the service before modifying this section.  The#  service can then be reinstalled.# Name of the servicewrapper.ntservice.name=SSL-Explorer# Display name of the servicewrapper.ntservice.displayname=SSL-Explorer# Description of the servicewrapper.ntservice.description=SSL-Explorer SSL VPN# Service dependencies.  Add dependencies as needed starting from 1wrapper.ntservice.dependency.1=# Mode in which the service is installed.  AUTO_START or DEMAND_STARTwrapper.ntservice.starttype=AUTO_START# Allow the service to interact with the desktop.wrapper.ntservice.interactive=false

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -