Fhs Install V2ray

Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd
Alternatives To Fhs Install V2ray
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Fhs Install V2ray4,705
4 months ago11gpl-3.0Shell
Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd
Genie1,786
8 months ago14otherPython
A quick way into a systemd "bottle" for WSL
Qbittorrent Nox Static721
10 days agoapache-2.0Shell
A bash script which builds a fully static qbittorent-nox binary with current dependencies to use on any Linux OS
Pkgr583
74 months ago43May 28, 202113mitRuby
Package any app into deb or rpm packages, using heroku buildpacks
Python Systemd405242262 months ago3March 26, 201711lgpl-2.1C
Python wrappers for systemd functionality
Ansible Role Hardening380
5 hours ago1apache-2.0Jinja
Ansible role to apply a security baseline. Systemd edition.
V2ray.fun289
8 months ago7Shell
A easily command interaction manager for v2ray
Rapiddisk246
a day ago9gpl-2.0C
An Advanced Linux RAM Drive and Caching kernel modules. Dynamically allocate RAM as block devices. Use them as stand alone drives or even map them as caching nodes to slower local disk drives. Access those volumes locally or export them across an NVMe Target network. Manage it all from a web API.
Ufw Docker Automated153
9 days ago11December 27, 20214apache-2.0Go
Manage docker containers firewall with UFW!
Trctrlprotoc0l128
3 years agoShell
El Psy Congroo!
Alternatives To Fhs Install V2ray
Select To Compare


Alternative Project Comparisons
Readme

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 分支進行,以避免對主分支造成破壞。

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

Popular Systemd Projects
Popular Debian Projects
Popular Operations Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Script
Debian
Installer
Bash Script
Systemd
V2ray