-
之前一直用的挺好。最近出现proxy/vmess/encoding: invalid user: VMessAEAD is enforced
重新拉取最新版本也是提示这个。
查了一下,据说2022 年 1 月 1 日起,服务器端将默认禁用对于 MD5 认证信息 的兼容,v2ray.service文件中配置环境变量Environment='V2RAY_VMESS_AEAD_FORCED=fals…
-
把 docker-compose.yml 改为
```
version: "3"
services:
v2ray:
image: v2fly/v2fly-core:v4.26.0
# container_name: v2ray
restart: always
ports:
- "${runPort}:${runPort}"
…
-
Here's the output of the requested log. It appears that there is some issue with the cert generation. Could it be a port forwarding issue? If so, what port would I need to forward on my router in orde…
-
用定时任务
crontab -e
58 4 * * * PATH=/sbin:/bin:/usr/sbin:/usr/bin cd /root/V2ray_Trojan_Docker && docker-compose up -d
0 5 * * * root reboot
另外我该怎么验证它是否更新成功呢?有什么命令可以查看吗。
DLGum updated
4 years ago
-
##[debug]Evaluating condition for step: 'Deploy'
##[debug]Evaluating: success()
##[debug]Evaluating success:
##[debug]=> true
##[debug]Result: true
##[debug]Starting: Deploy
##[debug]Loading inp…
kitkw updated
2 years ago
-
因为环境是docker云服务无法更改一下环境,就无法使用systemctl管理,我使用绝对路径之后
```
fmt.Println("重启 v2ray 服务...")
if err = exec.Command("systemctl", "restart", "v2ray.service").Run(); err != nil {
fmt.Printf("重启失败: %v\n",…
-
正在清理旧容器以及镜像...
您指定的端口是:443
正在获取本机IP地址...
获取到当前机器IP地址:xxx.xxx.xxx.xx
正在启动docker容器...
latest: Pulling from kingfalse/onekey-docker-v2ray
docker: no matching manifest for linux/s390x in the manifes…
-
IMAGE SYNC
-
IMAGE SYNC
-
Always found the error in the log file. But the node is alive.
W0707 09:20:09.034548 59778 kubelet_pods.go:883] Unable to retrieve pull secret default/docker-registry-poseidon for default/v2ray-…