Jump to content

Romanvs777

Forum Members
  • Posts

    46
  • Joined

  • Last visited

Posts posted by Romanvs777

  1. Добрый день. Как прикрутить клиент в Keenetic:

    SERVER
    "server":"127.0.0.1"
    ,"server_port":10000
    ,"password":"12345678"
    ,"timeout":50
    ,"method":"aes-256-gcm"
    ,"fast_open": true
    ,"reuse_port": true
    ,"mode": "tcp_only"
    ,"nameserver": "8.8.8.8"
    ,"plugin": "ss-v2ray-plugin"
    ,"plugin_opts": "server;path=/proxy"
    }

    CLIENT
    ss-local -f /tmp/ss-local.pid -c ~/.config/shadowsocks/config.json &
    ~/.config/shadowsocks/config.json:
    {
    "server":"109.107.177.183"
    ,"server_port":443
    ,"local_port":1080
    ,"password":"12345678"
    ,"timeout":10
    ,"method":"aes-256-gcm"
    ,"plugin": "ss-v2ray-plugin"
    ,"plugin_opts": "tls;fast-open;path=/proxy;host=mydns133.ddns.net"
    }

×
×
  • Create New...