yoics.txt

来自「yoics 上抓下來的源碼,用於遠端vnc 資料分享的工具 http://y」· 文本 代码 · 共 55 行

TXT
55
字号
# 
# Yoics Service Configuartion File
#
#****************************************************************************************
# Proxy Configuration Section
#****************************************************************************************
#
# Application Type - 0-32767 Yoics Defined;  32768-65535 Experimental
#				0000 HTTP Application
#				0001 Generic TCP
#				0002 Telnet Tunnel
#				0003 Subversion Tunnel
#				0004 VNC Tunnel
#				0005 Microsoft Remote Desktop
#
application_type 0
#
# MFID	- 0-32767 Yoics Defined;  32768-65535 Experimental
#			0 = yoics,  Currently no others defined
#
manufacture_id 0
#
# Version	- 0-65535 
#
application_version 2
#
# Proxy Server Dest Port, Set to desired TCP port to share, must be specified 
#
proxy_dest_port 80
#
#****************************************************************************************
# Advanced Section, leave alone for best results
#****************************************************************************************
#
# max outstanding depth
#
max_depth 15
#
# Proxy server Dest Server IP if not localhost. (default localhost) (must be IP for now)
#
#proxy_dest_ip 10.10.11.18
#
# Yoics Server1 IP address - Comment out to use defaults
#
#yoics_server1_ip 206.196.10.181
#
# Interface to bind to, defaults to eth0 on linux, other systems this paramter has no effect
#
#iface eth1
#
#****************************************************************************************
# Secret - Remove or comment out following lines to reset this servers secret
#****************************************************************************************

⌨️ 快捷键说明

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