2024-12-21 01:27:39 +08:00
_version : 2
cli :
db :
en : "path to the sqlite3 database file, used to save all the data"
zh-CN : "sqlite3 数据库文件路径, 用于保存所有数据"
console_log_level :
en : "The log level for the console logger. Possible values: trace, debug, info, warn, error"
zh-CN : "控制台日志级别。可能的值:trace, debug, info, warn, error"
file_log_level :
en : "The log level for the file logger. Possible values: trace, debug, info, warn, error"
zh-CN : "文件日志级别。可能的值:trace, debug, info, warn, error"
file_log_dir :
en : "The directory to save the log files, default is the current directory"
zh-CN : "保存日志文件的目录,默认为当前目录"
config_server_port :
en : "The port to listen for the config server, used by the easytier-core to connect to"
zh-CN : "配置服务器的监听端口,用于被 easytier-core 连接"
config_server_protocol :
en : "The protocol to listen for the config server, used by the easytier-core to connect to"
zh-CN : "配置服务器的监听协议,用于被 easytier-core 连接, 可能的值:udp, tcp"
api_server_port :
en : "The port to listen for the restful server, acting as ApiHost and used by the web frontend"
zh-CN : "restful 服务器的监听端口,作为 ApiHost 并被 web 前端使用"
2025-04-01 10:03:58 +08:00
web_server_port :
2025-05-18 16:34:35 +08:00
en : "The port to listen for the web dashboard server, default is same as the api server port"
zh-CN : "web dashboard 服务器的监听端口, 默认为与 api 服务器端口相同"
2025-04-01 10:03:58 +08:00
no_web :
en : "Do not run the web dashboard server"
2025-06-02 06:46:12 +08:00
zh-CN : "不运行 web dashboard 服务器"
api_host :
en : "The URL of the API server, used by the web frontend to connect to"
2025-06-25 09:03:47 +08:00
zh-CN : "API 服务器的 URL,用于 web 前端连接"
geoip_db :
en : "The path to the GeoIP2 database file, used to lookup the location of the client, default is the embedded file (only country information) , recommend https://github.com/P3TERX/GeoLite.mmdb"
zh-CN : "GeoIP2 数据库文件路径,用于查找客户端的位置,默认为嵌入文件(仅国家信息),推荐 https://github.com/P3TERX/GeoLite.mmdb"