mirror of https://github.com/mack-a/v2ray-agent
feat(文档): update
parent
71c4e1f0b5
commit
1d86a549d9
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue