Skip to content

Commit 291fbc2

Browse files
committed
update to v0.5.7
1 parent df29c12 commit 291fbc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main/config.yml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Nodes:
1616
ApiHost: "https://example.com"
1717
ApiKey: "123"
1818
NodeID: 41
19-
NodeType: V2ray # Node type: V2ray, Shadowsocks, Trojan
19+
NodeType: V2ray # Node type: V2ray, Shadowsocks, Trojan, Shadowsocks-Plugin
2020
Timeout: 30 # Timeout for the api request
2121
EnableVless: false # Enable Vless for V2ray Type
2222
EnableXTLS: false # Enable XTLS for V2ray and Trojan

main/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
)
2323

2424
var (
25-
version = "0.5.6"
25+
version = "0.5.7"
2626
codename = "XrayR"
2727
intro = "A Xray backend that supports many panels"
2828
)

0 commit comments

Comments
 (0)