complete reload
clear resources before exit
update todo list
fix mistake
This commit is contained in:
Yuzuki616
2024-11-24 01:16:26 +09:00
parent 96617ee2db
commit a1fb940c13
3 changed files with 153 additions and 35 deletions

View File

@@ -30,7 +30,7 @@ func (h *Handler) PullNodeHandle(n *panel.NodeInfo) error {
protocol = "shadowsocks"
port = n.Shadowsocks.Port
case "trojan":
protocol = "trojana"
protocol = "trojan"
port = n.Trojan.Port
case "other":
protocol = "other"