db.go文件冲突已解决

This commit is contained in:
孤鸿
2025-08-20 12:41:56 +08:00
12 changed files with 14268 additions and 10 deletions

View File

@@ -51,6 +51,9 @@ admin_addr = ":8800"
#开启tcp proxy protocol协议
proxy_protocol = false
#开启go标准库http.Server的日志
http_server_log=false
#虚拟网络类型[tun macvtap tap]
link_mode = "tun"