frp-Android icon indicating copy to clipboard operation
frp-Android copied to clipboard

安卓8.1有bug ?

Open samuncleorange opened this issue 7 months ago • 2 comments

transport.tls.enable = true serverAddr = "xxx.top" serverPort = 37000 dnsServer = "114.114.114.114" auth.token = "xxxxxxxx"

[[proxies]] name = "Android_douyin" type = "tcp" localIP = "127.0.0.1" localPort = 5555 remotePort = 35555

同样的frpc.toml在鸿蒙3.0(不知道安卓几)的荣耀9X上,启动成功。 但是在安卓8.1的机器上报错: error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go value of type v1. ClientConfig

samuncleorange avatar Jul 18 '24 12:07 samuncleorange