本网站可以通过分类标签帮助你快速筛选出你想看的文章,记住地址:www.Facec.cc

V2Ray一键安装脚本

一、仓库地址

Github 地址:https://github.com/233boy/v2ray

二、clash配置

proxies:
  - name: "代理1"
    type: "ss" 
    server: "1.100.15.99" //外网机器
    port: 21251
    password: "xxxxx" //密码 
    cipher: "aes-256-gcm" //加密方式

proxy-groups:
  - name: "Auto"
    type: "select"
    proxies:
      - "代理1"
      - "DIRECT"

rules:
  - "MATCH,Auto"

# linux   centos   ubuntu  

评论