『Freesia』- (K)NoW_NAME

樱花任务/Sakura Quest ED1

我会把这个贴子当作【分享发现】收藏夹。
7
分享 2020-03-28

92 个评论

白汁仙人 新注册用户
socks5+ws+tls组合很多客户端不支持,必须自己导入配置文件。
config.json:

{
"inbounds":[
    {"listen": "127.0.0.1", "port":"10086", "protocol":"socks", "settings":{"udp":true}},
    {"listen": "127.0.0.1", "port":"10087", "protocol":"http"}
],

"outbounds": [
    {
    "tag": "proxy",
    "protocol":"socks",
    "settings":{"servers":[{"address":"IP地址", "port":443}]},
    "streamSettings":{
        "network":"ws",
        "security":"tls",
        "wsSettings":{"path":"/WS路径"},
        "tlsSettings":{"serverName":"域名"}
    }
    },
   
    {"tag":"direct", "protocol":"freedom"}
],

"routing":{
    "domainStrategy":"IPOnDemand",
    "rules": [ {"outboundTag":"direct", "type":"field", "ip":["geoip:private"]} ]
}
}

要发言请先登录注册

要发言请先登录注册