How to cover some app like whatsup and some online of games

dear my friend
i used shadowTLS, its good but not cover some of apps by default like whatsup and some of online games
i combined sing-box with Proxifier and added server 127.0.0.1 with port 8080 and socks5 into proxifier and added
the role in proxifier for tunnel my games and whatsup and some of other apps

any way to do this with out using proxifier ?

its client side config :

{
“inbounds”: [
{
“type”: “mixed”,
“listen”:“::”,
“listen_port”: 1080,
“sniff”: false,
“set_system_proxy”: true
}
],
“outbounds”: [
{
“type”: “shadowsocks”,
“tag”: “shadowsocks-out”,
“method”: “2022-blake3-aes-128-gcm”,
“password”: “8JCsPssfgS8tiRwiMlhARz==”,
“detour”: “shadowtls-out”,
“multiplex”: {
“enabled”: true,
“max_connections”: 0,
“min_streams”: 4,
“max_streams”: 0
}
},
{
“type”: “shadowtls”,
“tag”: “shadowtls-out”,
“server”: “123.123.123.123”,
“server_port”: 8080,
“tls”: {
“enabled”: true,
“server_name”: “www.google.com
}
},
{
“type”: “direct”,
“tag”: “direct”
},
{
“type”: “block”,
“tag”: “block”
}
],
“route”: {
“rules”: [

  {
    "geosite": "category-ads-all",
    "outbound": "block"
  },

  {
    "geosite": "cn",
    "geoip": "cn",
    "outbound": "direct"
  }
]

}
}

and its server side config :

{
“inbounds”: [
{
“type”: “shadowtls”,
“listen”:“::”,
“listen_port”: 8080,
“handshake”: {
“server”: “www.google.com”,
“server_port”: 443
},
“detour”: “shadowsocks-in”
},
{
“type”: “shadowsocks”,
“tag”: “shadowsocks-in”,
“listen”: “127.0.0.1”,
“method”: “2022-blake3-aes-128-gcm”,
“password”: “8JCsPssfgS8tiRwiMlhARz==”
}
]
}

Does Proxifier support UDP?

Online gaming use UDP connections. I suggest you look into tun inbound which supports both TCP and UDP.

dear my friend
tnx for your suggest, but i not want to tunnel all system, also Shadowtls is soo fast for me, i check that several time, whatsup not work with out proxifier, but telegram work perfectly with out set anything in app setting, but for whatsup must use proxifier and add whatsup into the role to work,
any way to solve this problem without proxifier ?

tnx alot

dear my friend
any suggestion ?

Use tun for transparent proxying.

1 Like