From 121cc51b1962bd478c26151315fedf6e42c723de Mon Sep 17 00:00:00 2001 From: Valeriy Manzhos <47538801+InvisibleRain@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:24:33 +0300 Subject: [PATCH] Add a config for hev-socks5-tunnel --- package/v2rayn-tun.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/v2rayn-tun.yaml diff --git a/package/v2rayn-tun.yaml b/package/v2rayn-tun.yaml new file mode 100644 index 00000000..628dadc7 --- /dev/null +++ b/package/v2rayn-tun.yaml @@ -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' \ No newline at end of file