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

📄 initsrv.properties

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

# THIS FILE IS USED BY THE SERVER
# PLEASE BE CAREFUL WHEN YOU EDIT IT, OR THE PROGRAM WON'T WORK
# IF YOU CHANGE THIS FILE, PLEASE RESTART THE SERVER

######################
# Server configuration
######################

# URL of the Administration console on 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.admin.servlet.url = http://www.yourserver.com:80/servlet/socks4.ServletAdmin

# Here you have to specify the administrator password (needed to access the administration console)
# The URL of the administration console will be : http://www.yourserver.com:80/servlet/socks4.ServletAdmin?pass=ADMINPASSWD
socks.admin.password = ADMINPASSWD

#####################
# Users configuration
#####################

# List of the users - Please replace USER1, USER2, ... by your user logins
# In the example I create only 2 logins but you can specify more (separator is comma)
socks.server.users = USER1, USER2

# Passwords of the users - Here you have to specify the password for each login
# You have to add 1 line per login
users.password.USER1 = PASS1
users.password.USER2 = PASS2

# Autorized IP for the users - You have to specify, for each user, the list of IP he is autorized to connect from
# If you don't understand, just add 1 line per login with *.*.*.* (like in the following line)
users.ip.USER1 = *.*.*.*
users.ip.USER2 = 192.168.0.*, 192.168.1.*

# Autorized connection time in seconds for the users (0 = no limit)
# Any connection will be closed by the server after the time you specify here
users.autorizedtime.USER1 = 0
users.autorizedtime.USER2 = 0

⌨️ 快捷键说明

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