0
0
mirror of https://github.com/openwrt/packages.git synced 2025-01-31 01:22:13 +00:00
Tianling Shen 6461d1b055 v2ray-core: add new package
Project V is a set of network tools that help you to build your own computer network.
It secures your network connections and thus protects your privacy.

For more details, see https://www.v2fly.org/en_US/guide/faq.html

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-09-09 15:17:38 -07:00

8 lines
92 B
Bash

#!/bin/sh
case "$1" in
"v2ray-core")
v2ray version 2>&1 | grep "$PKG_VERSION"
;;
esac