linux下ss,ssr配置

git clone https://github.com/ssrarchive/shadowsocksr.git

SSR

{
    "server": "",
    "server_ipv6": "",
    "server_port": ,
    "local_address": "127.0.0.1",
    "local_port": 1080,
    "password": "",
    "timeout": 300,
    "udp_timeout": 60,
    "method": "chacha20",
    "protocol": "auth_sha1_v4",
    "obfs": "http_simple",
    "obfs_param": "",
    "dns_ipv6": false,
    "connect_verbose_info": 1,
    "redirect": "",
    "fast_open": true
}

ss

{
    "server": "",
    "server_ipv6": "",
    "server_port": ,
    "local_address": "127.0.0.1",
    "local_port": 1080,
    "password": "",
    "timeout": 300,
    "udp_timeout": 60,
    "method": "aes-256-cfb",
    "protocol": "origin",
    "obfs": "plain",
    "obfs_param": "",
    "dns_ipv6": false,
    "connect_verbose_info": 1,
    "redirect": "",
    "fast_open": true
}

猜你喜欢

转载自blog.csdn.net/henuyh/article/details/86742606