Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安卓8.1有bug ? #21

Open
samuncleorange opened this issue Jul 18, 2024 · 2 comments
Open

安卓8.1有bug ? #21

samuncleorange opened this issue Jul 18, 2024 · 2 comments

Comments

@samuncleorange
Copy link

samuncleorange commented Jul 18, 2024

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
Copy link
Author

同样的frpc.toml在安卓12的模拟器上也是可以的

@AceDroidX
Copy link
Owner

这一般是字符串没加引号或者换行符的问题
具体我也没设备测试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants