Groups
Groups
Sign in
Groups
Groups
go-gost
Conversations
About
Send feedback
Help
Android上如果远端是域名不是IP,会报错:read udp read:connection refused
245 views
Skip to first unread message
star2...@gmail.com
unread,
Mar 4, 2018, 11:43:56 PM
3/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to go-gost
arm版的:
socks.go:417: [socks5-connect]
192.168.0.194:55044
->
ide.vv.io:443
: dial tcp: lookup
free-fly.vv.io
on [::1]:53 read udp [::1]:40759 -> [::1]:53 read:connection refused
换-F socks://IP:port 是可以正常工作的,但是我这个代理必须域名,咋办?
star2...@gmail.com
unread,
Mar 5, 2018, 12:17:18 AM
3/5/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to go-gost
加个参数直接从域名服务器查IP也行啊
star2...@gmail.com
unread,
Mar 5, 2018, 12:58:29 AM
3/5/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to go-gost
查到问题了:
https://github.com/golang/go/issues/8020
star2...@gmail.com
unread,
Mar 5, 2018, 1:20:17 AM
3/5/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to go-gost
https://go-review.googlesource.com/c/go/+/9793
编译的时候加个GOOS=android就行?GOARCH=arm
star2...@gmail.com
unread,
Mar 5, 2018, 5:02:13 AM
3/5/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to go-gost
搞定了,在/system/etc下添加resolv.conf文件,内容为:
nameserver 8.8.8.8
nameserver 8.8.4.4
Reply all
Reply to author
Forward
0 new messages