shadowsocks-v2ray-wss/config/shadowsocks-libev_config.json.sh

18 lines
383 B
Bash
Raw Normal View History

2021-06-18 18:17:13 +03:00
#!/bin/bash
cat <<EOF
{
"server": "127.0.0.1",
"server_port": "2333",
"password": ${PASSWORD_JSON},
"timeout": 300,
"method": "${ENCRYPT}",
"mode": "tcp_only",
"fast_open": true,
"nameserver": "${DNS_SERVERS}",
"reuse_port": true,
"no_delay": true,
"plugin": "v2ray-plugin",
"plugin_opts": "server;path=${V2_PATH};loglevel=none"
}
EOF