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

📄 fpclient.conf

📁 Firepass - 一种隧道技术工具
💻 CONF
字号:
## fpclient.conf# FIREPASS client config file# VERSION 1.1.2a################################################################################## Data streams redirect rules file.rules		conf/fpclient.rules# Create log file?# Set <logf> directive, if this one is set to "yes".# Possible values: yes/nolog		no# Log file name with path.logf		log/fpclient.log# Use access list ?# Set <acl> directive, if this one is set to "yes".# Possible values: yes/nouseacl		no# Access list file.acl		conf/fpclient.allow# HTTP Basic Authorization on the FIREPASS server httpd.# Set <user> and <pass> directives, if <auth> is set to "yes".# Possible <auth> values: yes/noauth		nouser		httpd_user_herepass		httpd_password_here# Connect to FIREPASS server (httpd) via HTTP proxy (yes) or directly (no).# Set <proxyip> and <proxyport> directives, if <proxy> is set to "yes".# Possible <proxy> values: yes/noproxy		noproxyip		111.222.33.4proxyport	3128proxyauth	noproxyuser	proxy_user_hereproxypass	proxy_password_here# ..Use proxy to resolve hostnamesproxyresolve	yes# Delay between  HTTP requests (sec).  FIREPASS performance  highly  depends  on# this directive.  For non critical time protocols (POP, SMTP)  set  it  greater# than at least 5 sec to prevent noise in httpd and HTTP proxy logs.# Possible values: any float number greater or equal to 0delay		.5# Drop client connection,  if target HTTP error occurs (yes) or try to reconnect# to FIREPASS server in <errdelay> sec (no).# Set <errdelay> directive, if this one is set to "no".# Possible values: yes/nodrop		yes# Reconnect delay on target HTTP error message (sec).# Possible values: any float number greater or equal to 0errdelay	.5# Target (httpd or HTTP proxy) connection initialization timeout (sec).# Possible values: any integer number greater then 0timeout		60# HTTP User-Agent for HTTP proxy or httpd logs.# Possible values: any stringagent		Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)# Listen() queue.# Possible values: any integer greater then 0listen		50# Demonize FIREPASS client after it starts.# Possible values: yes/nodemonize	yes# Print debug information to STDERR.# Possible values: yes/nodebug		no

⌨️ 快捷键说明

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