Go to file
Elvis Wang 1bc4e215d8
Update download link to v2fly and fix #2 Issue (#3)
* Update download link to v2fly.

* Update "Identify architecture"

* Fix  Line 56 variable name

* Try to fix verification_v2ray

* improve detect arm without vfp
2020-12-30 00:48:16 +08:00
init.d Content adjustment 2020-04-11 20:59:45 +08:00
LICENSE Initial commit 2020-04-11 10:46:25 +00:00
README.md More precise content 2020-04-11 22:02:32 +08:00
install-release.sh Update download link to v2fly and fix #2 Issue (#3) 2020-12-30 00:48:16 +08:00

README.md

alpinelinux-install-v2ray

依賴軟體

安裝 cURL

# apk add curl

下載

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

使用

# ash install-release.sh

管理指令

啟用

# rc-update add v2ray

禁用

# rc-update del v2ray

啟動

# rc-service v2ray start

關閉

# rc-service v2ray stop

重啟

# rc-service v2ray restart