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

📄 linqd.conf

📁 把USB通用接口源码等相关。看着用就可以了
💻 CONF
字号:
# Please set proper permission privileges on this file since it contains the database password!!
#
# You need not to modify most of the options in this file. The default
# settings suffice in most cases.
#
# The variables that you may really need to modify are:
#
# 1. db section(especially the database name, username, password)
# 2. domain


[c2s]
# The address that c2s binds on
out_ip = 
out_port = 

ip = 
port = 

# Enable register functionality if true
register = true

# The admin users who have the privilege to send announce messages.
# The format is:
#     user1:user2:user3...
#
admin = 


[sm]
ip = 
port = 


[s2s]
# The address that s2s binds on.
# Do not modify it unless you know what you are doing.
out_ip = 
out_port = 

ip = 
port = 

# The full qualified domain name or IP address(not recommended) of your server.
# You must ALWAYS set this in order to connect to other servers.
#
# LinQ uses the following format to uniquely identify a user on the internet:
# username@domain

domain = localhost


# Currently no options for this section
#
[linqd]

[resolver]
ip = 
port = 


[logd]
ip = 
port = 

# The log file. If empty, use the default($LINQ_DIR/var/log/linqd.log)
file = 

# Log level:
#
# 0 - none
# 1 - error
# 2 - warning
# 3 - information
# 4 - debug
level = 2


# HTTPs daemon that allows users to access linqd via http proxy.
[https]
ip = 
port = 443


[db]
# The underlying database engine to use. Must be one of the following values:
# mysql, odbc(win32 only)
impl = mysql

user = linq
password = linq
db = linq
host = 
port = 
unix_socket = 

⌨️ 快捷键说明

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