Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 569 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 569 Bytes

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