Skip to content

Ash script for installing Xray in Alpine Linux operating system

License

Notifications You must be signed in to change notification settings

XTLS/alpinelinux-install-xray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ash script for installing Xray in Alpine Linux operating system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages