Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 686 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 686 Bytes

V2ray Config examples

This repository contains various configuration examples for V2ray.

Naming topology

The configuration names are following the below convention to represent the topology of the v2ray nodes inbound setup and how the configuration is going to work:

[ Client ] - [ Bridge ] - [ Upstream ]

For example socks5-vmess-vmess tells us that the client accepts socks5 connection and connects to the bridge with vmess protocol and then bridge also connects to the upstream with vmess protocol.

Examples