openwrt配置v2瑞教程,v2瑞配置文件client-config.json设置v2瑞的配置文件

2019-10-09
0评论
/
8023阅读
爱搜啊

此篇文章为v2瑞配置文件client-config.json设置教程

openwrt如何安装v2瑞及配置查看这篇文章《openwrt安装v2瑞及配置openwrt安装v2瑞设置教程openwrt配置v2瑞教程

openwrt配置v2瑞教程,v2瑞配置文件client-config.json设置v2瑞的配置文件

{

    "log": {

        "access": "./access.log",

        "error": "./error.log",

        "loglevel": "warning"

    },

    "inbounds": [{

        "port": 12345,

        "protocol": "dokodemo-door",

        "sniffing": {

          "enabled": true,

          "destOverride": ["http", "tls"]

        },

        "settings": {

          "network": "tcp",

          "timeout": 30,

          "followRedirect": true

        }

    }],

    "outbounds": [{

        "protocol": "freedom",

        "settings": {}

    }, {

        "protocol": "blackhole",

        "settings": {},

        "tag": "blocked"

    }, {

        "protocol": "vmess",

        "tag": "proxy",

        "settings": {

            "vnext": [{

                "address": "==YOUR DOMAIN or SERVER ADDRESS==",

                "port": 443,

                "users": [{

                    "id": "==YOUR USER ID==",

                    "alterId" : 128,

                    "security" : "chacha20-poly1305",

                    "level" : 1

                }]

            }]

        },

        "streamSettings": {

            "network" : "ws",

            "security": "tls",

            "wsSettings" : {

                "path" : "\/==YOUR ENTRY PATH==\/"

            },

            "tlsSettings" : {

                "serverName" : "==YOUR DOMAIN or SERVER ADDRESS==",

                "allowInsecure" : false

            }

        }

    }],

    "routing": {

        "strategy": "rules",

        "settings": {

            "rules": [{

                "type": "field",

                "domain" : ["ext:site.dat:gw", "ip111cn.appspot.com"],

                "outboundTag": "proxy"

            }, {

                "type": "field",

                "domain" : ["ext:site.dat:ad"],

                "outboundTag": "blocked"

            }]

        }

    }

}

附件包含gfwlist列表文件和v2瑞的配置文件

ipset模式v2瑞的配置文件,解压后按照对应目录上传

gfwlist列表ipset模式v2瑞的配置文件


本站附件分享,如果附件失效,可以去找找看

诚通网盘附件百度网盘附件


于2019-10-09发布
相关文章