❓ 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.
 

About this Thread

  • 1
    Replies
  • 555
    Views
  • 1
    Participants
Last reply from:
Unknown user

Trending Topics

Online now

Members online
392
Guests online
1,050
Total visitors
1,442

Forum statistics

Threads
2,284,366
Posts
29,022,795
Members
1,220,937
Latest member
omgwale
Back
Top