feat(文档): update

pull/534/merge
mack-a 2020-12-07 16:56:24 +08:00
parent 71c4e1f0b5
commit 1d86a549d9
1 changed files with 6 additions and 0 deletions

View File

@ -10,8 +10,10 @@ vasma
``` ```
# xray # xray
systemctl restart xray systemctl restart xray
# v2ray # v2ray
systemctl restart v2ray systemctl restart v2ray
# trojan-go # trojan-go
systemctl restart trojan-go systemctl restart trojan-go
``` ```
@ -20,8 +22,10 @@ systemctl restart trojan-go
```` ````
# xray # xray
systemctl start xray systemctl start xray
# v2ray # v2ray
systemctl start v2ray systemctl start v2ray
# trojan-go # trojan-go
systemctl start trojan-go systemctl start trojan-go
```` ````
@ -30,8 +34,10 @@ systemctl start trojan-go
``` ```
# xray # xray
systemctl stop xray systemctl stop xray
# v2ray # v2ray
systemctl stop v2ray systemctl stop v2ray
# trojan-go # trojan-go
systemctl stop trojan-go systemctl stop trojan-go
``` ```