-
* 生成 UUID
```shell
cat /proc/sys/kernel/random/uuid
```
* 创建配置文件
```shell
mkdir -p /etc/v2ray
vim /etc/v2ray/config.json
```
* 配置文件内容
```json
{
"inbounds": [
{
"p…
-
Tested on Ubuntu 20/22 and Debian 12. The result is the same. I tried it on two different servers.
```
** Waiting for services to start...
✅ libertea-provider-trojan-ws started
✅ libert…
-
如题,我用其他脚本生成了证书,再使用这个,选择了导入已有证书,在logs里一直显示有问题:
>INFO using provided configuration {"config_file": "/data/Caddyfile", "config_adapter": ""}
Error: adapting config using caddyfile: parsing caddyfile to…
-
StreisandEffect/streisand#1142 suggests adding the V2Ray suite as a service. I've asked @baimafeima to chime in with more information; if it works better against the usual Streisand threat model, it c…
-
A Linux web GUI client of Project V which supports V2Ray, SS, SSR, Trojan and Pingtunnel 🚀
https://github.com/v2rayA/v2rayA
![8FF52446-DBDA-42BA-AA6A-30660346DC52](https://user-images.githubusercont…
-
docker-compose file
version: "3.9"
services:
v2ray:
image: v2fly/v2fly-core:latest
container_name: v2fly
ports:
- 443:443
…
-
v2ray-exporter 是否可以多次使用 --listen 参数和 --v2ray-endpoint 参数?
对于有比较多的 v2ray 实例的情况会很有用
可不可以做一个配置文件把 v2ray-exporter 运行时需要的参数放进去(配置文件格式首选 yaml 或者 ini/toml)
对于写一个 systemd .service 的多实例模板与整合进 docker 会很有…
-
Hello, I'm making a Dockerfile for this repository. And I would like to contribute and make a pull request.
https://github.com/amphineko/v2ray-plugin-docker/blob/73f7472b4ac831dde3c19a733a9bd8b9370…
-
测试环境:macOS Docker 2.2.0.3
(Docker容器只暴露55555这一个端口,连接方式为Shadowsocks,更安全)
一、签发证书并信任CA:
进阶配置 #48:[https://github.com/nondanee/UnblockNeteaseMusic/issues/48](https://github.com/nondanee/UnblockNet…
8Hq7e updated
3 years ago
-
* [Install the Azure CLI for Windows | Microsoft Docs](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-powershell)
* `$ProgressPreference = 'SilentlyContinue'; Invok…