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

Trending Topics

Online now

Members online
1,019
Guests online
1,559
Total visitors
2,578

Forum statistics

Threads
2,273,384
Posts
28,949,110
Members
1,235,723
Latest member
xberzerker
Back
Top