Skip to content

Ash script for installing V2Ray in Alpine Linux operating system

License

Notifications You must be signed in to change notification settings

benzBrake/alpinelinux-install-v2ray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ash script for installing V2Ray in Alpine Linux operating system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%