docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme
parent
2ffcc58307
commit
38d8822d5b
72
README.en.md
72
README.en.md
|
@ -1,33 +1,61 @@
|
|||
# fhs-install-v2ray
|
||||
|
||||
# README 翻譯/翻译/Translation/अनुवाद
|
||||
* * *
|
||||
|
||||
## README translation
|
||||
|
||||
- [Traditional Chinese-README.md](README.md)
|
||||
- [Simplified Chinese-README.zh-CN.md](README.zh-CN.md)
|
||||
- [English-README.en.md](README.en.md)
|
||||
- [Hindi-README.hi.md](README.hi.md)
|
||||
|
||||
# Overview
|
||||
## Overview
|
||||
|
||||
fhs-install-v2ray is an automatic installation script for v2ray, v2ray is a popular solution for building your own proxy to bypass network restrictions
|
||||
The fhs-install-v2ray installation script is used to easily deploy v2ray to bypass network restrictions to build your own proxy
|
||||
|
||||
# Supported operating system
|
||||
## Supported operating system
|
||||
|
||||
System:
|
||||
Requires systemd
|
||||
|
||||
- Debian
|
||||
- CentOS
|
||||
- Debian / Ubuntu
|
||||
- CentOS / RHEL
|
||||
- Fedora
|
||||
- openSUSE
|
||||
|
||||
# Offline installation
|
||||
## Installation and configuration
|
||||
|
||||
### Install and update V2Ray
|
||||
|
||||
// 安裝執行檔和 .dat 資料檔
|
||||
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
|
||||
|
||||
### V2Ray configuration
|
||||
|
||||
1. Generate configuration file<https://intmainreturn0.com/v2ray-config-gen/>
|
||||
2. Put the configuration file config.json into /usr/local/etc/v2ray/config.json
|
||||
|
||||
### Offline installation
|
||||
|
||||
In an environment with network download restrictions, we recommend:
|
||||
1\. Download the repository as a zip file from GitHub.
|
||||
2\. Download the v2ray-core zip file from the following location:
|
||||
3\. Upload both zip files to your server
|
||||
4\. Unzip the two zip files
|
||||
5\. Run the installation: ./install.sh --local /path/to/v2ray-core.zip
|
||||
|
||||
1. Download the repository as a zip file from GitHub.
|
||||
2. Download the v2ray-core zip file from the following location<https://github.com/v2fly/v2ray-core/releases>
|
||||
3. Upload both zip files to your server
|
||||
4. Unzip the two zip files
|
||||
5. Run and install: bash install-release.sh --local /path/to/v2ray-linux-64.zip
|
||||
|
||||
## Update or delete
|
||||
|
||||
### Install the latest geoip.dat and geosite.dat
|
||||
|
||||
// 只更新 .dat 資料檔
|
||||
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)
|
||||
|
||||
### Remove V2Ray
|
||||
|
||||
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove
|
||||
|
||||
## Package Contents
|
||||
|
||||
The files installed by the script conform to[Filesystem Hierarchy Standard (FHS)](https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard):
|
||||
|
||||
|
@ -44,7 +72,7 @@ The files installed by the script conform to[Filesystem Hierarchy Standard (FHS)
|
|||
|
||||
## important hint
|
||||
|
||||
**It is not recommended to use this project to install v2ray in docker, please use it directly[官方映象](https://github.com/v2fly/docker)。**
|
||||
**It is not recommended to use this project to install v2ray in docker, please use it directly[Official image](https://github.com/v2fly/docker)。**
|
||||
If the official image cannot meet your custom installation needs, please**Reproduce and modify the upstream dockerfile to achieve**。
|
||||
|
||||
This project**Will not automatically generate configuration files for you**;**Only solve problems encountered by users during installation**. Other issues cannot be helped here.
|
||||
|
@ -55,21 +83,7 @@ Please refer to after installation[file](https://www.v2fly.org/)Understand the c
|
|||
|
||||
- The script will provide`info`with`error`Please read it carefully.
|
||||
|
||||
### Install and update V2Ray
|
||||
|
||||
// 安裝執行檔和 .dat 資料檔
|
||||
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
|
||||
|
||||
### Install the latest geoip.dat and geosite.dat
|
||||
|
||||
// 只更新 .dat 資料檔
|
||||
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)
|
||||
|
||||
### Remove V2Ray
|
||||
|
||||
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove
|
||||
|
||||
### Solve the problem
|
||||
## Solve the problem
|
||||
|
||||
- 「[Do not install or update geoip.dat and geosite.dat](https://github.com/v2fly/fhs-install-v2ray/wiki/Do-not-install-or-update-geoip.dat-and-geosite.dat)」。
|
||||
- 「[Insufficient permissions when using certificates](https://github.com/v2fly/fhs-install-v2ray/wiki/Insufficient-permissions-when-using-certificates)」。
|
||||
|
|
Loading…
Reference in New Issue