All Projects → v2fly → Fhs Install V2ray

v2fly / Fhs Install V2ray

Licence: gpl-3.0
Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Fhs Install V2ray

v2ray-deb
v2ray debian/ubuntu安装包
Stars: ✭ 143 (-95.58%)
Mutual labels:  installer, v2ray
V2ray Websocket Tls Web Setup Script
V2Ray-WebSocket ws +TLS 1.3 +Web 搭建/管理脚本
Stars: ✭ 155 (-95.21%)
Mutual labels:  v2ray
V2ray Agent
(VLESS+TCP+TLS/VLESS+TCP+XTLS/VLESS+gRPC+TLS/VLESS+WS+TLS/VMess+TCP+TLS/VMess+WS+TLS/Trojan+TCP+TLS/Trojan+gRPC+TLS/Trojan+TCP+XTLS)+伪装站点、八合一共存脚本,支持多内核安装
Stars: ✭ 4,133 (+27.72%)
Mutual labels:  v2ray
Google Mirrors
Google谷歌、Wikipedia维基百科、谷歌学术镜像2021年1月最新 新增各种镜像站
Stars: ✭ 146 (-95.49%)
Mutual labels:  v2ray
Shadowsocks Cloak Installer
A one-key script to setup Cloak plugin with Shadowsocks on your server
Stars: ✭ 138 (-95.74%)
Mutual labels:  installer
Djangocms Installer
Console wizard to bootstrap django CMS projects
Stars: ✭ 148 (-95.43%)
Mutual labels:  installer
Ipfs Rpi
IPFS installer for the Raspberry Pi and other ARM-based devices.
Stars: ✭ 130 (-95.98%)
Mutual labels:  installer
Modoboa Installer
An installer for Modoboa
Stars: ✭ 161 (-95.02%)
Mutual labels:  installer
Surge Rules
🦄 🎃 👻 Surge 规则集(DOMAIN-SET 和 RULE-SET),兼容 Surge for iOS 和 Surge for Mac 客户端。
Stars: ✭ 151 (-95.33%)
Mutual labels:  v2ray
Jill
Command line installer of the Julia Language.
Stars: ✭ 144 (-95.55%)
Mutual labels:  installer
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (-95.58%)
Mutual labels:  installer
Swiftv2ray
V2Ray-Core的iOS工具
Stars: ✭ 139 (-95.7%)
Mutual labels:  v2ray
Cproxy
Easy per application transparent proxy built on cgroup.
Stars: ✭ 145 (-95.52%)
Mutual labels:  v2ray
V2ray Panel Master
Deprecated
Stars: ✭ 136 (-95.8%)
Mutual labels:  v2ray
V2rayu
V2rayU,基于v2ray核心的mac版客户端,用于科学上网,使用swift编写,支持vmess,shadowsocks,socks5等服务协议,支持订阅, 支持二维码,剪贴板导入,手动配置,二维码分享等
Stars: ✭ 13,297 (+310.91%)
Mutual labels:  v2ray
V2rayc
a GUI for v2ray on Mac
Stars: ✭ 133 (-95.89%)
Mutual labels:  v2ray
Ladder
梯子,科学上网,翻墙 , 代理, 外网, 加速器, 路由, V2Ray,SS,shadowsocks, SSR
Stars: ✭ 141 (-95.64%)
Mutual labels:  v2ray
Binenv
One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
Stars: ✭ 148 (-95.43%)
Mutual labels:  installer
Stairspeedtest Reborn
Proxy performance batch tester based on Shadowsocks(R) and V2Ray
Stars: ✭ 2,501 (-22.71%)
Mutual labels:  v2ray
Installomator
Installation script to deploy standard software on Macs
Stars: ✭ 159 (-95.09%)
Mutual labels:  installer

fhs-install-v2ray

欲查阅以简体中文撰写的介绍,请访问:README.zh-Hans-CN.md

Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd

該腳本安裝的文件符合 Filesystem Hierarchy Standard (FHS)

installed: /usr/local/bin/v2ray
installed: /usr/local/bin/v2ctl
installed: /usr/local/share/v2ray/geoip.dat
installed: /usr/local/share/v2ray/geosite.dat
installed: /usr/local/etc/v2ray/config.json
installed: /var/log/v2ray/
installed: /var/log/v2ray/access.log
installed: /var/log/v2ray/error.log
installed: /etc/systemd/system/v2ray.service
installed: /etc/systemd/system/[email protected]

重要提示

不推薦在 docker 中使用本專案安裝 v2ray,請直接使用 官方映象
如果官方映象不能滿足您自定義安裝的需要,請以復刻並修改上游 dockerfile 的方式來實現

本專案不會為您自動生成配置檔案只解決使用者安裝階段遇到的問題。其他問題在這裡是無法得到幫助的。
請在安裝完成後參閱 文件 瞭解配置檔案語法,並自己完成適合自己的配置檔案。過程中可參閱社群貢獻的 配置檔案模板
提請您注意這些模板複製下來以後是需要您自己修改調整的,不能直接使用

使用

  • 該腳本在執行時會提供 infoerror 等信息,請仔細閱讀。

安裝和更新 V2Ray

// 安裝執行檔和 .dat 資料檔
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)

安裝最新發行的 geoip.dat 和 geosite.dat

// 只更新 .dat 資料檔
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)

移除 V2Ray

# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove

解決問題

若您的問題沒有在上方列出,歡迎在 Issue 區提出。

提問前請先閱讀 Issue #63,否則可能無法得到解答並被鎖定。

貢獻

請於 develop 分支進行,以避免對主分支造成破壞。

待確定無誤後,兩分支將進行合併。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].