unknowndevQwQ
unknowndevQwQ
就像标题问的那样,我发现 v2ray.service 中的 -confdir 指定的是 /usr/local/etc/v2ray,但是 [email protected] 是 -config /usr/local/etc/v2ray/%i.json 如果打算同时使用这两个 .service 的话,是否会带来不便?
**Description** Passing arguments to docker container, e.g. --network=host and --env for environment variables. **Is this feature related to a specific bug?** No **Do you have a specific solution in mind?**...
**Description** Is there any way to build runsc with Podman instead of Docker?
v2ray-exporter 是否可以多次使用 --listen 参数和 --v2ray-endpoint 参数? 对于有比较多的 v2ray 实例的情况会很有用 可不可以做一个配置文件把 v2ray-exporter 运行时需要的参数放进去(配置文件格式首选 yaml 或者 ini/toml) 对于写一个 systemd .service 的多实例模板与整合进 docker 会很有用
1. https://github.com/wi1dcard/v2ray-exporter/blob/74f4fbbd12ace487df0904b584e2d043e5756d6f/Makefile#L7 中的 `date -u +"%Y-%m-%dT%H:%M:%SZ"`,这一行命令在我的 Arch 上输出 `2021-06-30T13:00:00Z`,更改为 `date -u +"%Y-%m-%d_%T_%Z"` 输出 `2021-06-30_13:00:00_UTC` 我不知道没加 `%` 的 T 与 Z 是不是有意为之,如果是可以忽略 2. TAG 变量是从哪来的? 3. 现在的 makefile 不是很适合用于发行版打包,我尝试打包这个软件时发现这个 makefile 编译了打包时不需要的东西(例:其他平台的二进制,为了一次性编译多个平台二进制的...
### Is your feature request related to a problem? Please describe. When writing a pkgbuild that is not uploaded to aur, if the pkgbuild contains dependencies from aur, you need...
### Description After creating and running a podman pod with gvisor, trying to use gvisor to run a new container added to the pod has a problem Additional information: https://github.com/containers/podman/issues/15223...
When you use nali to resolve the ip address without a database, you will be prompted to download it, and it is expected to resolve the address after downloading the...
## 你正在使用哪个版本的 V2Ray? v2ray 5.1.0 ## 你的使用场景是什么? 包括但不限于 `v2ray -h`、`v2ray --help`、`v2ray --version`、`v2ray verify help`、`v2ray verify --help`、`v2ray convert help`、`v2ray convert --help` ## 你看到的异常现象是什么? `v2ray --help` 或 `v2ray -h` 输出 `Usage of...
### Description Followed the steps in the https://github.com/google/gvisor#installing-from-source instructions to compile, but got an error after outputting --- BUILD -c opt //runsc ### Steps to reproduce 1. `$ git clone...