When i'm connecting to proxy from android app, in mtg log error and proxy not working
{"level":"info","logger":"proxy","error":"invalid type: unknown type 0x5","timestamp":1771237268963,"message":"cannot read client hello"}
but when im connecting from ios, everything fine. Using docker
config.toml
secret = "BASE64_KEY"
bind-to = "0.0.0.0:3128"
concurrency = 8192
prefer-ip = "only-ipv4"
domain-fronting-port = 443
allow-fallback-on-unknown-dc = false
[network]
doh-ip = "1.1.1.1"
[network.timeout]
tcp = "5s"
http = "10s"
idle = "1m"
[defense.anti-replay]
enabled = true
max-size = "1mib"
error-rate = 0.001```
When i'm connecting to proxy from android app, in mtg log error and proxy not working
{"level":"info","logger":"proxy","error":"invalid type: unknown type 0x5","timestamp":1771237268963,"message":"cannot read client hello"}but when im connecting from ios, everything fine. Using docker
config.toml