❓ 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
  • 576
    Views
  • 1
    Participants
Last reply from:
Unknown user

Trending Topics

Online now

Members online
326
Guests online
3,134
Total visitors
3,460

Forum statistics

Threads
2,328,524
Posts
29,242,810
Members
1,159,874
Latest member
Deleted_2797456
Back
Top