Skip to content
New issue

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

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

Already on GitHub? # to your account

Actinium 并没有按照配置文件描述直连打开 www.google.com #47

Open
a8l1vy opened this issue Sep 22, 2017 · 3 comments
Open

Comments

@a8l1vy
Copy link

a8l1vy commented Sep 22, 2017

PC 原版用配置文件可以直连打开 www.google.com,访问 www.google.com 搜索 my ip,显示本地IP。

Actinium 并没有按照配置文件描述直连打开 www.google.com
Actinium 使用同样的配置文件,访问 www.google.com 搜索 my ip ,显示依然是通过代理IP。
"outbound"写的是 proxy
"outboundDetour"写的是 direct

如果
"outbound"写的是 direct
"outboundDetour"写的是 proxy
则Actinium无法连接 www.google.com

而 PC 端是一切都正常可用的。

配置文件如下:
第一部分:

	{
		"tag": "direct",
		"protocol": "freedom",
		"settings": {
			"domainStrategy": "UseIP",
			"timeout": 0
		}
	},

第二部分:

	"routing": {
		"strategy": "rules",
		"settings": {
			"domainStrategy": "IPIfNonMatch",
			"rules": [
			{
				"type": "field",
				"ip": ["8.8.8.8",
				"8.8.4.4",
				"208.67.222.222",
				"208.67.220.220"],
				"outboundTag": "proxy"
			},
			{
				"type": "field",
				"domain": ["baidu.com",
				"google.cn",
				"google.com",
				"www.google.com",
				"www.google.co.jp",
				"client4.google.com",
				"alt3-mtalk.google.com",
				"id.google.com",
				"apis.google.com",
				"android.googleapis.com",
				"www.googleadservices.com",
				"lh4.googleusercontent.com",
				"lh6.googleusercontent.com",
				"lh5.googleusercontent.com",
				"client1.google.com",
				"connectivitycheck.gstatic.com",
				"mtalk.google.com",
				"android.clients.google.com",
				"www.googleapis.com",
				"personalsafety-pa.googleapis.com",
				"lh3.googleusercontent.com",
				"android.googleapis.com",
				"alt5-mtalk.google.com",
				"www.gstatic.com",
				"alt4-mtalk.google.com",
				"fonts.gstatic.com",
				"ssl.gstatic.com",
				"clients5.google.com",
				"ogs.google.com",
				"notifications.google.com",
				"play.google.com",
				"translate.google.com"],
				"outboundTag": "direct"
			},

后边省略

	"dns": {
		"hosts": {
			"google.cn": "x.x.x.x",
			"www.google.cn": "x.x.x.x",
			"www.google.com": "x.x.x.x",
			"www.google.co.jp": "x.x.x.x",
			"www.google.com.hk": "x.x.x.x",
			"clients4.google.com": "x.x.x.x",
			"alt3-mtalk.google.com": "x.x.x.x",
			"id.google.com": "x.x.x.x",
			"apis.google.com": "x.x.x.x",
			"android.googleapis.com": "x.x.x.x",
			"lh4.googleusercontent.com": "x.x.x.x",
			"lh6.googleusercontent.com": "x.x.x.x",
			"lh5.googleusercontent.com": "x.x.x.x",
			"connectivitycheck.gstatic.com": "x.x.x.x",
			"mtalk.google.com": "x.x.x.x",
			"android.clients.google.com": "x.x.x.x",
			"www.googleapis.com": "x.x.x.x",
			"personalsafety-pa.googleapis.com": "x.x.x.x",
			"lh3.googleusercontent.com": "x.x.x.x",
			"android.googleapis.com": "x.x.x.x",
			"alt5-mtalk.google.com": "x.x.x.x",
			"www.gstatic.com": "x.x.x.x",
			"alt4-mtalk.google.com": "x.x.x.x",
			"fonts.gstatic.com": "x.x.x.x",
			"ssl.gstatic.com": "x.x.x.x",
			"clients5.google.com": "x.x.x.x",
			"ogs.google.com": "x.x.x.x",
			"notifications.google.com": "x.x.x.x",
			"play.google.com": "x.x.x.x",
			"end000000000.com": "127.0.0.1"
		},
		"servers": ["8.8.8.8",
		"8.8.4.4",
		"208.67.222.222",
		"208.67.220.220"]
	},

为了让安卓端 google maps 道路图与卫星图都显示为偏移坐标系,必须要某些域名直连。
v2ray/v2ray-core#554

具体是哪个域名直连 卫星图才会显示偏移坐标系,需要一个一个尝试,安卓端先要可以 www.google.com 直连。

@a8l1vy
Copy link
Author

a8l1vy commented Sep 22, 2017

觉得安卓不需要开发三个版本吧,Actinium V2RayGO v2rayNG ,
可以转向 v2rayNG 在这里面集成导入配置文件功能。
主要是 v2rayNG 填写参数要大众化一点,亲和力高。就是不能导入配置文件。

@xiuluo
Copy link

xiuluo commented Sep 25, 2017

@a8l1vy 毕竟都是人,用爱发电不太可能。v2rayNG作者删库辞职,Actinium作者在群里说不再维护,正在找人接盘。V2RayGO估计也断更了。而且这些项目的底层其实都是AndroidLibV2ray,并不是三个版本,只是UI不同而已。above all 能用就应该很满足了,不要抱怨那么多。

@a8l1vy
Copy link
Author

a8l1vy commented Sep 29, 2017

存在bug反馈难道不正常吗?不然要Issues何用?
再说这哪里看出来抱怨了?只是反馈问题。我之前不知道这些作者停止维护。
能不能看好了再说啊。
作者停止维护就算了。又没让用爱发电。

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

No branches or pull requests

2 participants