https://github.com/mohsenfallahnjd/v2ray
Bash script for config server outline
https://github.com/mohsenfallahnjd/v2ray
Last synced: 4 months ago
JSON representation
Bash script for config server outline
- Host: GitHub
- URL: https://github.com/mohsenfallahnjd/v2ray
- Owner: mohsenfallahnjd
- Created: 2023-02-01T21:32:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T22:42:01.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T20:14:02.160Z (10 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V2ray runner
## upstream server
- clone it and run on upstream server:
```bash
sudo bash v2ray/v2ray-upstream.sh
```
your result like this:
```bash
"================================================================"
" => 3.3.3.3"
" => aaaa-2341234-asdf-4rdf"
"================================================================"
```
save the result to use on bridge serve.
---
## bridge server
- clone it and run on bridge server:
```bash
sudo bash v2ray/v2ray-bridge.sh
```
- pass `` in first question `"Enter upstream ip: "`
- pass `` in next question `"Enter upstream uuid: "`
- use from `ss://...` or `vmess://...` results and enjoy!
---
Source: