Skip to content

Commit

Permalink
fix(server): Fix Rustdesk Sys Command
Browse files Browse the repository at this point in the history
  • Loading branch information
lejianwen committed Dec 31, 2024
1 parent 240c44a commit fb749c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/serverCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ var SysServerCmds = []*ServerCmd{
{Cmd: "relay-servers", Alias: "rs", Option: "<separated by ,>", Explain: "set or show relay servers"},
{Cmd: "ip-blocker", Alias: "ib", Option: "[<ip>|<number>] [-]", Explain: "block or unblock ip or show blocked ip"},
{Cmd: "ip-changes", Alias: "ic", Option: "[<id>|<number>] [-]", Explain: "ip-changes(ic) [<id>|<number>] [-]"},
{Cmd: "always-use-relay(aur)", Alias: "aur", Option: "[y|n]", Explain: "always use relay"},
{Cmd: "always-use-relay", Alias: "aur", Option: "[y|n]", Explain: "always use relay"},
{Cmd: "test-geo", Alias: "tg", Option: "<ip1> <ip2>", Explain: "test geo"},
}

0 comments on commit fb749c1

Please sign in to comment.