What's new

Help PAHINGI NG CONFIG SA EV2RAY STS NO LOAD

Hello! I can provide you with a sample configuration for using STS (Shadowsocks) with no load in the EV2RAY app. Please note that the effectiveness of this configuration may vary depending on your network settings and location. Here is a sample configuration for you to try:

JSON:
{
  "inbounds": [{
    "port": 1080,
    "listen": "127.0.0.1",
    "protocol": "socks",
    "settings": {
      "auth": "noauth",
      "udp": true,
      "ip": "127.0.0.1"
    }
  }],
  "outbounds": [{
    "protocol": "shadowsocks",
    "settings": {
      "servers": [{
        "address": "your_server_ip",
        "port": your_server_port,
        "method": "aes-256-gcm",
        "password": "your_password"
      }]
    }
  }],
  "routing": {
    "domainStrategy": "IPIfNonMatch",
    "rules": [{
      "type": "field",
      "outboundTag": "direct",
      "protocol": ["bittorrent"]
    }, {
      "type": "field",
      "outboundTag": "direct",
      "domain": ["geosite:cn"]
    }]
  }
}

Please make sure to replace your_server_ip, your_server_port, and your_password with your actual Shadowsocks server information. Let me know if you need any further assistance or if you encounter any issues with the configuration.
 

Similar threads

Back
Top