Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 465 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 465 Bytes

alpinelinux-install-v2ray

依賴軟體

安裝 cURL

# apk add curl

安裝 v2ray

$ curl -O https://raw.githubusercontent.com/benzBrake/alpinelinux-install-v2ray/master/install-release.sh | sh

管理指令

啟用

# rc-update add v2ray

禁用

# rc-update del v2ray

啟動

# rc-service v2ray start

關閉

# rc-service v2ray stop

重啟

# rc-service v2ray restart