Go to file
秋のかえで 00974924bf
docs: add English and Chinese Simplified
2021-04-04 09:22:15 +08:00
init.d feat: install Xray-core 2021-04-04 08:42:41 +08:00
LICENSE Initial commit 2020-04-11 10:46:25 +00:00
README.md docs: add English and Chinese Simplified 2021-04-04 09:22:15 +08:00
README_zh-cn.md docs: add English and Chinese Simplified 2021-04-04 09:22:15 +08:00
README_zh-tw.md docs: add English and Chinese Simplified 2021-04-04 09:22:15 +08:00
install-release.sh feat: install Xray-core 2021-04-04 08:42:41 +08:00

README.md

alpinelinux-install-xray

English | 中文(中国) | 中文(薹灣)

Install dependencies

Install cURL

# apk add curl

Download

$ curl -O https://raw.githubusercontent.com/XTLS/alpinelinux-install-xray/main/install-release.sh

Use

# ash install-release.sh

Commands

Enable

# rc-update add xray

Disable

# rc-update del xray

Start

# rc-service xray start

Stop

# rc-service xray stop

Restart

# rc-service xray restart