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

📄 init.properties

📁 SOCK VIA HTTP是通过HTTP建立通道的SOCK
💻 PROPERTIES
字号:
#####################################
# Socks via HTTP client property file
#####################################

# THIS FILE IS ONLY USED TO FILL THE VALUES IN THE FIELDS OF THE GUI.
# I SUGGEST YOU TO PUT THE CORRECT VALUES HERE OR YOU'LL HAVE
# TO FILL THE FIELDS DIRECTLY IN THE GUI EVERY TIME YOU START IT.

###################################
# Socks Server Access configuration
###################################

# URL of the server, please replace "www.yourserver.com" by your server public name
# If you have changed the default HTTP port of the server (in the file server.bat), please replace "80" by the port you set
socks.http.servlet.url = http://www.yourserver.com:80/servlet/socks4.ServletSocks

# Socks Server port (default = 1080)
# 1080 is the default port of the socks protocol (as specified in the RFC)
# You should not change this value, unless you really know what you are doing
socks.server.port = 1080

# If you want to share your socks server with other users on other computers, set socks.listen.localhost to false
socks.listen.localhost = true

# Your login on Socks via HTTP Server (see initsrv.properties)
socks.httpserver.user = USER1
# Your password on Socks via HTTP Server (see initsrv.properties)
socks.httpserver.password = PASS1

#####################
# Proxy configuration
#####################

# Enable proxy (default = no)
# set this value to true if you pass through a proxy for your web access
# You can see this in your browser settings for example
# If you set false here, you can ignore all lines below until the end of the file
socks.proxy = false
# Proxy address is there is one, otherwise the default value is OK
socks.proxy.host = www.proxy.com
# Proxy port (default is 3128 for Squid, 8080 is often used too)
socks.proxy.port = 3128
# Set socks.proxy.authentication to true if your proxy needs authentication (NTLM not supported yet), default=no
socks.proxy.authentication = false
# Your login on the proxy
socks.proxy.user = PROXYLOGIN
# Your password on the proxy
socks.proxy.password = PROXYPASSWD

⌨️ 快捷键说明

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