mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 04:25:45 +00:00
Add a config for hev-socks5-tunnel
This commit is contained in:
parent
9ad82e3234
commit
121cc51b19
1 changed files with 11 additions and 0 deletions
11
package/v2rayn-tun.yaml
Normal file
11
package/v2rayn-tun.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
tunnel:
|
||||
name: v2rayn-tun
|
||||
mtu: 8500
|
||||
multi-queue: false
|
||||
ipv4: 198.18.0.1
|
||||
ipv6: 'fc00::1'
|
||||
|
||||
socks5:
|
||||
port: 10808
|
||||
address: 127.0.0.1
|
||||
udp: 'udp'
|
||||
Loading…
Reference in a new issue