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

📄 fpserver.conf

📁 Firepass - 一种隧道技术工具
💻 CONF
字号:
## fpserver.conf - FIREPASS server config file# VERSION 1.1.2a################################################################################## Path to existing data exchange directory;# fpserver.cgi should be able to read/write files into this directory.inoutdir	/var/tmp/inout# Use access list ?# Set <acl> directive, if this one is set to "yes".# Possible values: yes/nouseacl		no#  Access list file.acl		conf/fpserver.allow# Create log file ?# Set <logdir> and <logf> directives, if this one is set to "yes".# Possible values: yes/nolog		no# Path to existing log directory;# fpserver.cgi should be able to write file into this directory.logdir		/var/tmp/log# Log file name.logf		fpserver.log# New connection initialization delay (sec).# Possible values: any float number greater or equal to 0initdelay	.3# Data exchange files check delay.# Possible values: any float number greater or equal to 0checkdelay	.3# Session cleanup timeout;  Server will  drop session,  if it's not  receive any# HTTP requests from the FIREPASS client in the session timeout period (sec).# Possible values: any integer number greater then 0, 0 - to turn off cleanupsessionto	60# Enable  FIREPASS server proxy mode.  Set at least  <nextserver> directive,  if# this one is set to "yes".# Possible values: yes/nofireproxy	no## FIREPROXY OPTIONS## Specify next  FIREPASS server script  in the chain.  Set <nextproxy> to "yes",# if you are communicating with next FIREPASS server through HTTP proxy. In this# case <nextproxyip> and <nextproxyport> describes the target HTTP proxy server.# If not, just set <nextserver> to the next FIREPASS server location. # Possible <nextproxy>     values: yes/no# Possible <nextproxyip>   values: hostname, IP# Possible <nextproxyport> values: any integer number greater then 0# Possible <nextserver>    values: any valid URI stringnextserver	http://somewherefar.ru:80/cgi-bin/fpserver.cginextserverauth	nonextserveruser	httpd_user_herenextserverpass	httpd_password_herenextproxy	nonextproxyip	111.222.33.4nextproxyport	3128nextproxyauth	nonextproxyuser	proxy_user_herenextproxypass	proxy_password_here

⌨️ 快捷键说明

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