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

Trending Topics

Online now

Members online
1,140
Guests online
4,198
Total visitors
5,338

Forum statistics

Threads
2,310,399
Posts
29,164,508
Members
1,189,168
Latest member
aceng
Back
Top