From c6873dadf7aafd59bd911afd8e5da2ec8c75ee07 Mon Sep 17 00:00:00 2001 From: Valeriy Manzhos <47538801+InvisibleRain@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:27:36 +0300 Subject: [PATCH] Create pidfile for hev-socks5-tun --- package/v2rayn-tun.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/v2rayn-tun.yaml b/package/v2rayn-tun.yaml index 628dadc7..b520c2b7 100644 --- a/package/v2rayn-tun.yaml +++ b/package/v2rayn-tun.yaml @@ -8,4 +8,7 @@ tunnel: socks5: port: 10808 address: 127.0.0.1 - udp: 'udp' \ No newline at end of file + udp: 'udp' + +misc: + pid-file: /run/user/785/v2rayn-hev-socks5-tunnel.pid \ No newline at end of file