xiaokangwang / V2RayGO

142 stars 51 forks source link

无法使用开启VPN代理-“No JNI_OnLoad found in /data/app-lib/org.kkdev.v2raygo-1/libgojni.so” #5

Closed jankzl closed 7 years ago

jankzl commented 7 years ago

背景:

  1. 系统:Android 4.3
  2. 软件获取途径为 Google Play
  3. server 端 core 版本为 2.27(20170511)
  4. 在不配置 vpnservice 部分的情况下,授予权限使用 iptables 可以成功运行,通过代理软件可以接入本地代理。(即使用 config_mobile.json 配置模板文件。)
  5. 此前 Lib2ray rev. 22, along with V2Ray 2.20 版本存在成功运行并建立VPN连接的情况,但是同一配置文件在 Lib2ray rev. 23, along with V2Ray 2.33 版本版本无法运行,同样在Acitinium也无法运行。(因为不小心更新了。。。忘记备份了)

现象:

配置 vpnservice 部分后,首次启用的时候,可以弹出确认 VPN 提示框,但是确认之后并无 VPN 连接,并且启用开关自动变为关。 此后直到下次重启手机,否则再也无法打开开关(会自动关闭开关)。(即使用 config_vpnservice.json 配置模板文件。)

问题

无法启用 VPN 服务进行代理。

logcat 显示错误似乎在启用 vpn service 这一部分,并且似乎与 libgojni.so 相关。 主要错误:

E/ActivityThread(26934): Activity org.kkdev.v2raygo.MainScreen has leaked ServiceConnection org.kkdev.v2raygo.MainScreen$1@425693c0 that was originally bound here
...
No JNI_OnLoad found in /data/app-lib/org.kkdev.v2raygo-1/libgojni.so 0x4288cbf8, skipping init
...
panic: runtime error: invalid memory address or nil pointer dereference
....
org.kkdev.v2raygo.VPNServiceUserConsentActivity has leaked ServiceConnectioin
...

个人怀疑很有可能是 #libv2ray 部分的配置有问题,不知道有没有人能提供一下成功运行的这部分模板? 已经尝试AndroidLibV2ray 中的 config_mobile.json(可行,但不是使用vpn服务提供代理)、config_vpnservice.json(确认启用VPN后,重启前无法再打开开关)

部分V2rayGo LogCat

由于无法复制,下列文本使用 三星的 截图文本识别 获取,页面变换后,LOCAT内容就更新。。。所以显得不太完整。也可以参考上传的截图(错误大体一致)

--------- beginning of /dev/log/main
D/dalvikvm(22222): Trying to load lib /data/app-lib/org.kkdev.v2raygo-1/libgojni.so 0x4288cbf8
D/dalvikvm(22222): Added shared lib /data/app-lib/org.kkdev.v2raygo-1/libgojni.so 0x4288cbf8
D/dalvikvm(22222): No JNI_OnLoad found in /data/app-lib/org.kkdev.v2raygo-1/libgojni.so 0x4288cbf8, skipping init
--------- beginning of /dev/log/system
D/MultiPhoneWindow(21204): generateLayout : sMinimumStackBoundForPortraitOrientRect(0, 0 - 0, 0), sMinimumStackBoundForLandscapeOrient=Rect(0, 0 - 0, 0)
D/Activity(21204): #1 setTransGradationModeColor false
D/Activity(21204): #1 setTransGradationModeColor false
I/GoLog   (22222): 2017/07/18 05:12:11 [Info]v.renderAll()
I/GoLog   (22222): 2017/07/18 05:12:11 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10808
I/GoLog   (22222): 2017/07/18 05:12:11 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10845
I/GoLog   (22222): 2017/07/18 05:12:11 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10846
I/GoLog   (22222): 2017/07/18 05:12:11 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:5353
I/GoLog   (22222): 2017/07/18 05:12:11 [Info]vPoint.Start()
I/GoLog   (22222): m,1500 a,26.26.26.1,24 r,0.0.0.0,0 d,208.67.222.222
I/GoLog   (22222): unforgivenessCloser() <-v.unforgivnesschan
E/Go      (22222): panic: runtime error: invalid memory address or nil pointer dereference
E/Go      (22222): [signal SIGSEGV: segmentation violation code=0x1 addr=0x4 pc=0x60f030d8]
E/Go      (22222): goroutine 22 [running]:
E/Go      (22222): sync/atomic.armCompareAndSwapUint64(0x71e4aa74, 0x0,
--------- beginning of /dev/log/main
D/Activity(21204): #1 setTransGradationModeColor false
D/Activity(21204): #1 setTransGradationModeColor false
I/GoLog   (23677): 2017/07/18 05:13:29 [Info]v.renderAll()
I/GoLog   (23677): 2017/07/18 05:13:29 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10808
I/GoLog   (23677): 2017/07/18 05:13:29 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10845
I/GoLog   (23677): 2017/07/18 05:13:29 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10846
I/GoLog   (23677): 2017/07/18 05:13:29 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:5353
I/GoLog   (23677): 2017/07/18 05:13:29 [Info]vPoint.Start()
I/GoLog   (23677): 2017/07/18 05:13:29 [Info]Transport|Internet|TCP: listening TCP on 127.0.0.1:10808
I/GoLog   (23677): 2017/07/18 05:13:29 [Info]Transport|Internet|UDP: listening UDP on 127.0.0.1:10808
I/GoLog   (23677): 2017/07/18 05:13:29 [Info]Transport|Internet|TCP: listening TCP on 127.0.0.1:10845
I/GoLog   (23677): 2017/07/18 05:13:29 [Info]Transport|Internet|TCP: listening TCP on 127.0.0.1:10846
I/GoLog   (23677): 2017/07/18 05:13:29 [Info]Transport|Internet|TCP: listening TCP on
D/timestamp(21204): [PERF][Hovering] Focused ( view : android.support.v7.widget.AppCompatTextView{42a84b10 VFED..CL ........ 0,0-672,2533 #7f0e0077 app:id/textView_logcat} )
D/timestamp(21204): [PERF][Hovering] Focused ( view : android.support.v7.widget.AppCompatTextView{42a84b10 VFED..CL ........ 0,0-672,2533 #7f0e0077 app:id/textView_logcat} )
D/Activity(21204): #1 setTransGradationModeColor false
D/Activity(21204): #1 setTransGradationModeColor false
I/GoLog   (25902): 2017/07/18 05:15:29 [Info]v.renderAll()
I/GoLog   (25902): 2017/07/18 05:15:29 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10808
I/GoLog   (25902): 2017/07/18 05:15:29 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10845
I/GoLog   (25902): 2017/07/18 05:15:29 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10846
I/GoLog   (25902): 2017/07/18 05:15:29 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:5353
I/GoLog   (25902): 2017/07/18 05:15:29 [Info]vPoint.Start()
I/GoLog   (25902): m,1500 a,26.26.26.1,24 r,0.0.0.0,0 d,208.67.222.222
I/GoLog   (25902): unforgivenessCloser() <-v.unforgivnesschan
E/Go      (25902): panic: runtime error: invalid memory
E/ActivityThread(26934): Activity org.kkdev.v2raygo.MainScreen has leaked ServiceConnection org.kkdev.v2raygo.MainScreen$1@425693c0 that was originally bound here
E/ActivityThread(26934): android.app.ServiceConnectionLeaked: Activity org.kkdev.v2raygo.MainScreen has leaked ServiceConnection org.kkdev.v2raygo.MainScreen$1@425693c0 that was originally bound here
E/ActivityThread(26934):    at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java)
E/ActivityThread(26934):    at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java)
E/ActivityThread(26934):    at android.app.ContextImpl.bindServiceCommon(ContextImpl.java)
E/ActivityThread(26934):    at
E/ActivityThread(26934): Activity org.kkdev.v2raygo.VPNServiceUserConsentActivity has leaked ServiceConnection org.kkdev.v2raygo.VPNServiceUserConsentActivity$1@4276c938 that was originally bound here
E/ActivityThread(26934): android.app.ServiceConnectionLeaked: Activity org.kkdev.v2raygo.VPNServiceUserConsentActivity has leaked ServiceConnection org.kkdev.v2raygo.VPNServiceUserConsentActivity$1@4276c938 that was originally bound here
E/ActivityThread(26934):    at android.app.LoadedApk$ServiceDispatcher.<init>(Loa

截图 screenshot_2017-07-18-15-30-09 screenshot_2017-07-18-15-30-15 screenshot_2017-07-18-15-30-24 screenshot_2017-07-18-15-30-28 screenshot_2017-07-18-15-32-40 screenshot_2017-07-18-15-32-50 screenshot_2017-07-18-15-32-57 screenshot_2017-07-18-15-33-04 screenshot_2017-07-18-15-33-10

v2rayGo配置文件

下面贴出来的配置文件为参照模板config_vpnservice.json 的配置文件。

{
  "port": 10808,
  "log": {
    "access": "/sdcard/v2rayGo.access.log",
    "error": "/sdcard/v2rayGo.err.log",
    "loglevel": "info"
  },
  "inbound": {
    "protocol": "socks",
    "listen": "127.0.0.1",
    "settings": {
      "auth": "noauth",
      "udp": true
    }
  },
  "inboundDetour": [
    {
      "protocol": "http",
      "port": 10845,
      "settings": {},
      "listen": "127.0.0.1"
    },
    {
      "protocol": "dokodemo-door",
      "listen": "127.0.0.1",
      "port": 10846,
      "settings": {
        "network": "tcp",
        "timeout": 0,
        "followRedirect": true
      }
    },
    {
      "protocol": "dokodemo-door",
  "listen": "127.0.0.1",
      "port": 5353,
      "settings": {
        "network": "tcp",
        "timeout": 120,
        "address": "208.67.222.222",
        "port": 53,
        "followRedirect": false
      }
    }
  ],
  "outbound": {
    "protocol": "vmess",
    "settings": {
      "vnext": [
        {
          "address": "----ServerIP----",
          "port": ----port----,
          "users": [
            {
              "id": "----Id----",
              "alterId": 100
            }
          ]
        }
      ]
    },
    "streamSettings": {
      "network": "tcp",
      "security": "none",
      "tlsSettings": {
        "allowInsecure": true
      }
    }
  },
  "outboundDetour": [
    {
      "protocol": "freedom",
      "settings": {},
      "tag": "direct"
    }
  ],
  "routing": {
    "strategy": "rules",
    "settings": {
      "rules": [
        {
          "type": "field",
          "ip": [
            "0.0.0.0/8",
            "10.0.0.0/8",
            "100.64.0.0/10",
            "127.0.0.0/8",
            "169.254.0.0/16",
            "172.16.0.0/12",
            "192.0.0.0/24",
            "192.0.2.0/24",
            "192.168.0.0/16",
            "198.18.0.0/15",
            "198.51.100.0/24",
            "203.0.113.0/24",
            "::1/128",
            "fc00::/7",
            "fe80::/10"
          ],
          "outboundTag": "direct"
        }
      ]
    }
  },
  "transport": {},
  "#lib2ray": {
    "enabled": true,
    "listener": {
      "onUp": "#none",
      "onDown": "#none"
    },
    "env": [
      "V2RayTransProxyPort=10846",
      "V2RayDNSPort=5353",
      "DNSForwardingProxyPort=5350",
      "V2RaySocksPort=10808"
    ],
    "render": [],
    "escort": [],
    "vpnservice": {
      "Target": "${datadir}tun2socks",
      "Args": [
        "--netif-ipaddr",
        "26.26.26.2",
        "--netif-netmask",
        "255.255.255.0",
        "--socks-server-addr",
        "127.0.0.1:$V2RaySocksPort",
        "--tunfd",
        "3",
        "--tunmtu",
        "1500",
        "--sock-path",
        "/dev/null",
        "--loglevel",
        "4",
        "--enable-udprelay"
      ],
      "VPNSetupArg": "m,1500 a,26.26.26.1,24 r,0.0.0.0,0 d,208.67.222.222"
    }
  }
}
xiaokangwang commented 7 years ago

目前来看原因是你的设备的CPU不支持原子操作,下一个版本的V2Ray会解决这个问题。

请尝试运行下方的程序看一下问题有没有解决。

这个程序使用了新版UI。

newapp.zip

jankzl commented 7 years ago

你给的 newapp.zip 中的 程序 在 我的 Android 4.3 上可以建立 VPN 连接,已经不会出现无法开启开关的情况,但也仅仅是解决了这个情况。在使用上面的配置的情况下,依旧不能联网,所有网络都不通;若使用参照 config_mobile.json 模板的配置文件(使用 iptables 进行代理),则依旧可以正常代理。

另外, Google Play 下载的 Lib2ray rev. 23, along with V2Ray 2.33 版本和你刚刚给的程序,在 Android 7.0 (无root)上都不能使用。这两个版本的程序在 7.0 上都可以建立VPN连接,但建立VPN后无法联网。是配置文件的问题?但是4.3(root) 下使用 iptables 版的配置文件的是可以的。这是数据传不到 v2ray-core 里的缘故?

指出一个小bug:采用新版 UI 的程序中,选择配置文件的界面(即MFP返回后的界面)似乎只能加载128个左右的文件(夹),超出部分无法显示。最后,想问下,为什么去掉 logcat 界面,这界面多方便呐~

xiaokangwang commented 7 years ago

不是特别清楚为什么不能联网,近期会加上一个新的带Logcat界面的版本(换新UI之后还没有加上)。

确实有128个这个限制,这个是可以调整的,可能近期会对这个值进行调整。(不过一般人不会有那么多的配置文件吧)

xiaokangwang commented 7 years ago

你可以在新版的Logcat的中看到不能联网的错误原因。

xiaokangwang commented 7 years ago

newapp2.zip 这个版本中把Logcat加入了新UI。

jankzl commented 7 years ago

关于128配置文件的限制

问题是这个界面会列出 MFP 选定的配置文件所在目录下的所有文件,若是根目录就会有很多文件啦。(测试方便丢根目录)

依旧不能联网

多为以下错误:

No JNI_OnLoad found in /data/app-lib/com.v2ray.actinium-2/libgojni.so
...
Activity org.kkdev.v2raygo.NavDrawer has leaked ServiceConnection
...
I/GoLog   (22226): WARNING(BTap): device fd reports error?
I/GoLog   (22226): WARNING(BTap): device fd reports error?
I/GoLog   (22226): WARNING(BTap): device fd reports error?
I/GoLog   (22226): WARNING(BTap): device fd reports error?
I/GoLog   (22226): WARNING(BTap): device fd reports error?
...
panic: runtime error: invalid memory address or nil pointer dereference
...
I/GoLog   ( 2361): 2017/07/19 04:54:43 [Info]v.renderAll()
I/GoLog   ( 2361): 2017/07/19 04:54:43 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10808
I/GoLog   ( 2361): 2017/07/19 04:54:43 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10845
I/GoLog   ( 2361): 2017/07/19 04:54:43 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:10846
I/GoLog   ( 2361): 2017/07/19 04:54:43 [Debug]App|Proxyman|Inbound: creating tcp worker on 127.0.0.1:5353
I/GoLog   ( 2361): 2017/07/19 04:54:43 [Info]vPoint.Start()
I/GoLog   ( 2361): unforgivenessCloser() <-v.unforgivnesschan
I/GoLog   ( 2361): m,1500 a,26.26.26.1,24 r,0.0.0.0,0 d,208.67.222.222
I/GoLog   ( 2361): /data/data/org.kkdev.v2raygo/tun2socks
I/GoLog   ( 2361): [--netif-ipaddr 26.26.26.2 --netif-netmask 255.255.255.0 --socks-server-addr 127.0.0.1:10808 --tunfd 3 --tunmtu 1500 --sock-path /dev/null --loglevel 4 --enable-udprelay]
I/GoLog   ( 2361): Waiting....
I/GoLog   ( 2361): Protecting Sock: 64
I/GoLog   ( 2361): (*net.TCPAddr)(0x71d47a00)(----myServerIP:Port-----)
I/GoLog   ( 2361): (map[string]*net.TCPAddr) {
I/GoLog   ( 2361): }
I/GoLog   ( 2361): /data/data/org.kkdev.v2raygo/tun2socks
I/GoLog   ( 2361): [--netif-ipaddr 26.26.26.2 --netif-netmask 255.255.255.0 --socks-server-addr 127.0.0.1:10808 --tunfd 3 --tunmtu 1500 --sock-path /dev/null --loglevel 4 --enable-udprelay]
I/GoLog   ( 2361): Waiting....
I/GoLog   ( 2361): Protecting Sock: 53
I/GoLog   ( 2361): (*net.TCPAddr)(0x72329da0)(----myServerIP:Port-----)
I/GoLog   ( 2361): (map[string]*net.TCPAddr) {
I/GoLog   ( 2361): }
I/GoLog   ( 2361): Protecting Sock: 65
I/GoLog   ( 2361): (*net.TCPAddr)(0x72388340)(----myServerIP:Port-----)
I/GoLog   ( 2361): (map[string]*net.TCPAddr) {
I/GoLog   ( 2361): }
I/GoLog   ( 2361): Protecting Sock: 66
I/GoLog   ( 2361): (*net.TCPAddr)(0x72388520)(----myServerIP:Port-----)
I/GoLog   ( 2361): (map[string]*net.TCPAddr) {
I/GoLog   ( 2361): }
...
xiaokangwang commented 7 years ago

你的你access和error是什么样子的呢? 我这里看不出错误的原因

jankzl commented 7 years ago

一次运行的logcat输出

流程

手机重启-启动v2raygo-启用 config_vpnservice.json配置文件运行-等待一小段时间(无操作)-关闭VPN (等下贴上access&error)

输出

$ ./adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
shell@trelte:/ $ logcat GoLog:I Go:I Vpn:I *:S
logcat GoLog:I Go:I Vpn:I *:S
--------- beginning of /dev/log/system
--------- beginning of /dev/log/main
I/GoLog   ( 7852): 2017/07/19 05:24:46 [Info]v.renderAll()
I/GoLog   ( 7852): 2017/07/19 05:24:46 [Debug]App|Proxyman|Inbound: creating tcp                                                                                                                 worker on 127.0.0.1:10808
I/GoLog   ( 7852): 2017/07/19 05:24:46 [Debug]App|Proxyman|Inbound: creating tcp                                                                                                                 worker on 127.0.0.1:10845
I/GoLog   ( 7852): m,1500 a,26.26.26.1,24 r,0.0.0.0,0 d,208.67.222.222
I/GoLog   ( 7852): 2017/07/19 05:24:46 [Debug]App|Proxyman|Inbound: creating tcp                                                                                                                 worker on 127.0.0.1:10846
I/GoLog   ( 7852): 2017/07/19 05:24:46 [Debug]App|Proxyman|Inbound: creating tcp                                                                                                                 worker on 127.0.0.1:5353
I/GoLog   ( 7852): 2017/07/19 05:24:46 [Info]vPoint.Start()
I/GoLog   ( 7852): 2017/07/19 05:24:46 [Info]Transport|Internet|TCP: listening T                                                                                                                CP on 127.0.0.1:10808
I/GoLog   ( 7852): 2017/07/19 05:24:46 [Info]Transport|Internet|UDP: listening U                                                                                                                DP on 127.0.0.1:10808
I/GoLog   ( 7852): 2017/07/19 05:24:46 [Info]Transport|Internet|TCP: listening T                                                                                                                CP on 127.0.0.1:10845
I/GoLog   ( 7852): 2017/07/19 05:24:46 [Info]Transport|Internet|TCP: listening T                                                                                                                CP on 127.0.0.1:10846
I/GoLog   ( 7852): 2017/07/19 05:24:46 [Info]Transport|Internet|TCP: listening T                                                                                                                CP on 127.0.0.1:5353
I/GoLog   ( 7852): unforgivenessCloser() <-v.unforgivnesschan
I/Vpn     ( 2710): Established by org.kkdev.v2raygo on tun0
I/GoLog   ( 7852): /data/data/org.kkdev.v2raygo/tun2socks
I/GoLog   ( 7852): [--netif-ipaddr 26.26.26.2 --netif-netmask 255.255.255.0 --so                                                                                                                cks-server-addr 127.0.0.1:10808 --tunfd 3 --tunmtu 1500 --sock-path /dev/null --                                                                                                                loglevel 4 --enable-udprelay]
I/GoLog   ( 7852): Waiting....
I/GoLog   ( 7852): Protecting Sock: 53
I/GoLog   ( 7852): (*net.TCPAddr)(0x7240fb20)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
...(略:54~187)
I/GoLog   ( 7852): Protecting Sock: 188
I/GoLog   ( 7852): (*net.TCPAddr)(0x725b4d20)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): NOTICE(tun2socks): initializing BadVPN tun2socks 1.999.130
I/GoLog   ( 7852): NOTICE(tun2socks): entering event loop
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00001 (64.233.189.138:443 192.168.1.103:43929): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00001 (64.233.189.138:443 192.168.1.103:43929): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00002 (140.205.203.108:8016 26.26.26.1:54071): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00002 (140.205.203.108:8016 26.26.26.1:54071): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00003 (64.233.189.138:443 192.168.1.103:57509): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00003 (64.233.189.138:443 192.168.1.103:57509): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00004 (64.233.189.138:443 192.168.1.103:55776): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00004 (64.233.189.138:443 192.168.1.103:55776): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.101:443 192.168.1.103:49665): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.101:443 192.168.1.103:49665): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 192.168.1.103:52120): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 192.168.1.103:52120): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (117.121.49.76:3003 26.26.26.1:46610): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (117.121.49.76:3003 26.26.26.1:46610): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.138:443 192.168.1.103:43929): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.138:443 26.26.26.1:44684): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.138:443 26.26.26.1:44684): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (140.205.203.108:8016 26.26.26.1:54071): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.100:443 192.168.1.103:55663): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.100:443 192.168.1.103:55663): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.138:443 192.168.1.103:55776): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:59624): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:59624): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (117.121.49.76:3003 26.26.26.1:46610): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.138:443 192.168.1.103:57509): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.101:443 26.26.26.1:32978): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.101:443 26.26.26.1:32978): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.138:443 26.26.26.1:44684): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.101:443 26.26.26.1:41539): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.101:443 26.26.26.1:41539): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.100:443 192.168.1.103:55663): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.100:443 26.26.26.1:43638): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.100:443 26.26.26.1:43638): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.101:443 192.168.1.103:49665): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 26.26.26.1:49568): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 26.26.26.1:49568): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.101:443 26.26.26.1:59624): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 26.26.26.1:48147): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 26.26.26.1:48147): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 192.168.1.103:52120): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 26.26.26.1:56331): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 26.26.26.1:56331): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (14.17.41.154:8080 26.26.26.1:45961): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (14.17.41.154:8080 26.26.26.1:45961): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 28 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:32978): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.102:443 26.26.26.1:54832): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.102:443 26.26.26.1:54832): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:41539): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:37714): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:37714): SOCKS up
I/GoLog   ( 7852): Protecting Sock: 189
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.100:44(*net.TCPAddr)(0x725b54c0)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
...(略:190~327)
I/GoLog   ( 7852): Protecting Sock: 328
I/GoLog   ( 7852): (*net.TCPAddr)(0x726fb720)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Protecting Sock: 329
I/GoLog   ( 7852): 3 26.26.26.1:43638): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.138:443 26.26.26.1:45091): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.138:443 26.26.26.1:45091): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.102:443 26.26.26.1:49568): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.139:443 26.26.26.1:49223): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.139:443 26.26.26.1:49223): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (14.17.41.154:8080 26.26.26.1:45961): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (14.17.41.154:8080 26.26.26.1:33624): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (14.17.41.154:8080 26.26.26.1:33624): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 32 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 28 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.138:443 26.26.26.1:45091): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:46346): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:46346): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.102:443 26.26.26.1:48147): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 26.26.26.1:56331): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.139:443 26.26.26.1:55092): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.139:443 26.26.26.1:55092): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.139:443 26.26.26.1:43569): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.139:443 26.26.26.1:43569): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (14.17.41.154:8080 26.26.26.1:33624): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.139:443 26.26.26.1:49223): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.113:443 26.26.26.1:57824): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (123.151.137.106:443 26.26.26.1:60927): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.113:443 26.26.26.1:57824): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (123.151.137.106:443 26.26.26.1:60927): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 35 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:37714): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.102:443 26.26.26.1:38756): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.102:443 26.26.26.1:38756): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:46346): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.102:443 26.26.26.1:59732): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.102:443 26.26.26.1:59732): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.139:443 26.26.26.1:55092): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.113:443 26.26.26.1:49646): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.113:443 26.26.26.1:49646): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 32 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.113:443 26.26.26.1:57824): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.100:443 26.26.26.1:36860): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.100:443 26.26.26.1:36860): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00008 (192.168.1.203:443 26.26.26.1:48295): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00008 (192.168.1.203:443 26.26.26.1:48295): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 28 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.102:443 26.26.26.1:38756): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.102:443 26.26.26.1:41305): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.102:443 26.26.26.1:41305): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 35 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.102:443 26.26.26.1:59732): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.139:443 26.26.26.1:53298): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.139:443 26.26.26.1:53298): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.139:443 26.26.26.1:43569): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.139:443 26.26.26.1:55051): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.139:44(*net.TCPAddr)(0x726fbd40)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Protecting Sock: 331
I/GoLog   ( 7852): (*net.TCPAddr)(0x726fbf60)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
...(略:332~477)
I/GoLog   ( 7852): Protecting Sock: 478
I/GoLog   ( 7852): (*net.TCPAddr)(0x7282b120)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): 3 26.26.26.1:55051): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.113:443 26.26.26.1:49646): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.100:443 26.26.26.1:45106): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.100:443 26.26.26.1:45106): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00008 (123.151.137.106:443 26.26.26.1:60927): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00008 (123.151.137.106:443 26.26.26.1:58588): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00008 (123.151.137.106:443 26.26.26.1:58588): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.102:443 26.26.26.1:54832): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.139:443 26.26.26.1:33388): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.139:443 26.26.26.1:33388): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.100:443 26.26.26.1:36860): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.138:443 26.26.26.1:59468): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.138:443 26.26.26.1:59468): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.102:443 26.26.26.1:41305): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.139:443 26.26.26.1:60902): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.139:443 26.26.26.1:60902): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 32 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 28 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.139:443 26.26.26.1:53298): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.113:443 26.26.26.1:38597): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.113:443 26.26.26.1:38597): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00008 (64.233.189.100:443 26.26.26.1:45106): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (123.151.137.106:443 26.26.26.1:58588): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (123.151.137.106:443 26.26.26.1:38886): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (123.151.137.106:443 26.26.26.1:38886): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.138:443 26.26.26.1:59468): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:34202): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.101:443 26.26.26.1:34202): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 35 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.139:443 26.26.26.1:60902): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.139:443 26.26.26.1:39031): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.139:443 26.26.26.1:39031): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.139:443 26.26.26.1:55051): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.113:443 26.26.26.1:45742): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.113:443 26.26.26.1:45742): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.113:443 26.26.26.1:38597): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (123.151.137.106:443 26.26.26.1:38886): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (183.36.108.242:8080 26.26.26.1:48811): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (183.36.108.242:8080 26.26.26.1:48811): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.101:443 26.26.26.1:34202): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 32 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 26.26.26.1:46631): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 26.26.26.1:46631): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 128 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 35 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.113:443 26.26.26.1:45742): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.113:443 26.26.26.1:40985): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.113:443 26.26.26.1:40985): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.139:443 26.26.26.1:33388): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.113:443 26.26.26.1:34935): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.113:443 26.26.26.1:34935): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00006 (183.36.108.242:8080 26.26.26.1:48811): SOCKS closed
I/GoLog   ( 7852): Protecting Sock: 479
I/GoLog   ( 7852): INFO(tun2socks): 00006 (183.36.108.242:8080 26.26.26.1:37020)(*net.TCPAddr)(0x7282b800)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Protecting Sock: 480
I/GoLog   ( 7852): (*net.TCPAddr)(0x7282bac0)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
...(略:481~635)
I/GoLog   ( 7852): Protecting Sock: 636
I/GoLog   ( 7852): (*net.TCPAddr)(0x72980e40)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): : accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (183.36.108.242:8080 26.26.26.1:37020): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 28 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.139:443 26.26.26.1:39031): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.113:443 26.26.26.1:33304): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.113:443 26.26.26.1:33304): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 44 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (183.232.29.249:80 26.26.26.1:36272): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (183.232.29.249:80 26.26.26.1:36272): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.113:443 26.26.26.1:34935): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.100:443 26.26.26.1:33155): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.100:443 26.26.26.1:33155): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.113:443 26.26.26.1:40985): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.100:443 26.26.26.1:46781): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00007 (64.233.189.100:443 26.26.26.1:46781): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00007 (183.36.108.242:8080 26.26.26.1:37020): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (192.168.1.203:443 26.26.26.1:48295): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (183.36.108.242:8080 26.26.26.1:35413): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (183.36.108.242:8080 26.26.26.1:35413): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.102:443 26.26.26.1:46631): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.139:443 26.26.26.1:59158): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.139:443 26.26.26.1:59158): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.113:443 26.26.26.1:33304): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.113:443 26.26.26.1:43864): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.113:443 26.26.26.1:43864): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.100:443 26.26.26.1:46781): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.100:443 26.26.26.1:59734): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.100:443 26.26.26.1:59734): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 28 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00006 (64.233.189.100:443 26.26.26.1:33155): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 44 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.139:443 26.26.26.1:59158): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.113:443 26.26.26.1:57884): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.113:443 26.26.26.1:57884): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00005 (183.232.29.249:80 26.26.26.1:36272): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00005 (183.232.29.249:80 26.26.26.1:37601): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00005 (183.232.29.249:80 26.26.26.1:37601): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00005 (183.36.108.242:8080 26.26.26.1:35413): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00005 (123.151.10.190:443 26.26.26.1:47400): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00005 (123.151.10.190:443 26.26.26.1:47400): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.113:443 26.26.26.1:57884): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.100:443 26.26.26.1:33800): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.100:443 26.26.26.1:33800): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.113:443 26.26.26.1:43864): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.100:443 26.26.26.1:56309): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.100:443 26.26.26.1:56309): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 28 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 44 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00005 (183.232.29.249:80 26.26.26.1:37601): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00005 (183.232.29.249:80 26.26.26.1:37901): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00005 (183.232.29.249:80 26.26.26.1:37901): SOCKS up
I/GoLog   ( 7852): Protecting Sock: 637
I/GoLog   ( 7852): IN(*net.TCPAddr)(0x72981160)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Protecting Sock: 638
I/GoLog   ( 7852): Protecting Sock: 641
I/GoLog   ( 7852): (*net.TCPAddr)(0x72981380)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): (*net.TCPAddr)(0x729814a0)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
...(略:642~848)
I/GoLog   ( 7852): Protecting Sock: 848
I/GoLog   ( 7852): (*net.TCPAddr)(0x7275a4c0)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Protecting Sock: 849
I/GoLog   ( 7852): FO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.100:443 26.26.26.1:59734): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.138:443 26.26.26.1:57571): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.138:443 26.26.26.1:57571): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00005 (123.151.10.190:443 26.26.26.1:47400): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00005 (123.151.10.190:443 26.26.26.1:57388): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00005 (123.151.10.190:443 26.26.26.1:57388): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): 00005 (64.233.189.100:443 26.26.26.1:33800): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00004 (64.233.189.100:443 26.26.26.1:56309): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00004 (64.233.189.100:443 26.26.26.1:51400): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00004 (64.233.189.100:443 26.26.26.1:51400): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 35 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00004 (183.232.29.249:80 26.26.26.1:37901): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00004 (183.232.29.249:80 26.26.26.1:53225): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00004 (183.232.29.249:80 26.26.26.1:53225): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00004 (64.233.189.138:443 26.26.26.1:57571): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00004 (64.233.189.101:443 26.26.26.1:49877): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00004 (64.233.189.101:443 26.26.26.1:49877): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 28 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00004 (123.151.10.190:443 26.26.26.1:57388): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00004 (123.151.10.190:443 26.26.26.1:33307): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00004 (123.151.10.190:443 26.26.26.1:33307): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 44 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00004 (64.233.189.100:443 26.26.26.1:51400): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00003 (183.232.29.249:80 26.26.26.1:53225): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 32 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 35 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00002 (123.151.10.190:443 26.26.26.1:33307): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00002 (123.151.137.104:80 26.26.26.1:33714): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00002 (123.151.137.104:80 26.26.26.1:33714): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 128 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00002 (64.233.189.101:443 26.26.26.1:49877): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 44 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 32 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00002 (117.121.49.76:3003 26.26.26.1:47401): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00002 (117.121.49.76:3003 26.26.26.1:47401): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 35 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 44 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00002 (117.121.49.76:3003 26.26.26.1:47401): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 32 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00001 (123.151.137.104:80 26.26.26.1:33714): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00001 (123.151.137.104:80 26.26.26.1:53917): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00001 (123.151.137.104:80 26.26.26.1:53917): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 35 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 44 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00001 (123.151.137.104:80 26.26.26.1:53917): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00001 (61.129.6.100:14000 26.26.26.1:57963): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00001 (61.129.6.100:14000 26.26.26.1:57963): SOCKS up
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 41 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 32 bytes
I/GoLog   ( 7852): INFO(tun2socks): UDP: from device 31 bytes
I/GoLog   ( 7852): INFO(tun2socks): 00001 (61.129.6.100:14000 26.26.26.1:57963): SOCKS closed
I/GoLog   ( 7852): INFO(tun2socks): 00001 (61.129.6.100:14000 26.26.26.1:44701): accepted
I/GoLog   ( 7852): INFO(tun2socks): 00001 (*net.TCPAddr)(0x7275ab00)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Protecting Sock: 850
I/GoLog   ( 7852): (*net.TCPAddr)(0x7275aec0)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
...(略:850~984)
I/GoLog   ( 7852): Protecting Sock: 985
I/GoLog   ( 7852): (*net.TCPAddr)(0x728ebc20)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
E/Go      ( 7852): VPN SHUTDOWN false
E/GoLog   ( 7852): VPN SHUTDOWN false
E/Go      ( 7852): (0x0,0x0)
E/GoLog   ( 7852): (0x0,0x0)
I/GoLog   ( 7852): Protecting Sock: 54
I/GoLog   ( 7852): (*net.TCPAddr)(0x7290a080)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): escortingDown() Killing all escorted process
I/GoLog   ( 7852): escortingDown() v.unforgivnesschan <- 0
I/GoLog   ( 7852): unforgivenessCloser() quit
I/GoLog   ( 7852): Protecting Sock: 56
I/GoLog   ( 7852): Protecting Sock: 59
I/GoLog   ( 7852): (*net.TCPAddr)(0x7290a2a0)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): (*net.TCPAddr)(0x7290a4c0)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Protecting Sock: 57
I/GoLog   ( 7852): (*net.TCPAddr)(0x7290a860)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Protecting Sock: 58
I/GoLog   ( 7852): (*net.TCPAddr)(0x7290ab40)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Protecting Sock: 60
I/GoLog   ( 7852): (*net.TCPAddr)(0x7290ad20)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Exit
I/GoLog   ( 7852): signal: killed
I/GoLog   ( 7852): Protecting Sock: 61
I/GoLog   ( 7852): (*net.TCPAddr)(0x7290b0c0)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Protecting Sock: 62
I/GoLog   ( 7852): (*net.TCPAddr)(0x7290b2a0)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
I/GoLog   ( 7852): Protecting Sock: 988
I/GoLog   ( 7852): (*net.TCPAddr)(0x7290b800)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
...(略:989~992)
I/GoLog   ( 7852): Protecting Sock: 993
I/GoLog   ( 7852): (*net.TCPAddr)(0x729303a0)(----myServerIP:port----)
I/GoLog   ( 7852): (map[string]*net.TCPAddr) {
I/GoLog   ( 7852): }
xiaokangwang commented 7 years ago

你我想知道的是V2Ray-Core的输出

xiaokangwang commented 7 years ago
"access": "/sdcard/v2rayGo.access.log",
"error": "/sdcard/v2rayGo.err.log",
jankzl commented 7 years ago

我知道你要 access.log 和 error.log,只不过刚刚吃饭去了。。。 下面是运行日志~ log.zip

xiaokangwang commented 7 years ago

[Warning]App|Proxyman|Outbound: failed to process outbound traffic > Proxy|VMess|Outbound: failed to find an available destination > Retry: [connection refused] > Retry: all retry attempts failed

xiaokangwang commented 7 years ago

我看到vpn版本的错误里面有这个

xiaokangwang commented 7 years ago

你检查一下连接的端口和ip?

jankzl commented 7 years ago

服务器ip、端口等配置与 config_mobile.json 配置文件都是一样的,不一样的只有 #lib2ray 部分。

jankzl commented 7 years ago

就是说 客户端与服务器连接配置部分,vpn版和 iptables 版都是一致的。

xiaokangwang commented 7 years ago

你检查一下是不是一个mkcp,一个tcp?

jankzl commented 7 years ago

刚想贴一下 diff 的结果。。。。然后发现果然就是 一个 kcp,一个 tcp。。。。。我错了。。。

十分感谢!

xiaokangwang commented 7 years ago

OK, 那我这个issue关了,有问题可以继续提出