XTLS / Xray-core

Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
https://t.me/projectXray
Mozilla Public License 2.0
24.44k stars 3.83k forks source link

SIGSEGV with Shadowsocks AEAD-2022 #3837

Open ykun91 opened 2 hours ago

ykun91 commented 2 hours ago

Integrity requirements

Description

Client:

Server: Ubuntu 22.04 Xray 24.9.7 (Xray, Penetrates Everything.) 3d9137c (go1.23.1 linux/amd64)

Reproduction Method

  1. Setup a shadowsocks server with following server config
  2. Use mihomo or v2rayNG as client to connect to server
  3. Visit some websites
  4. Xray got crashed (the crash seems come out randomly, I do not know which client or which request make the Xray crash)

Client config


mixed-port: 7890
allow-lan: true
mode: rule
external-controller: localhost:9090
secret: ******

proxies:
  - {
      name: ******,
      type: ss,
      server: *******,
      port: 8019,
      cipher: 2022-blake3-aes-128-gcm,
      password: ********,
      udp: true,
    }

...

Server config


{
  "log": {
    "loglevel": "warning",
    "access": "/var/log/xray/access.log",
    "error": "/var/log/xray/error.log"
  },
  "inbounds": [
    {
      "port": 8388,
      "protocol": "shadowsocks",
      "settings": {
        "network": "tcp,udp",
        "method": "2022-blake3-aes-128-gcm",
        "password": "******",
        "email": "******"
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom"
    }
  ]
}

Client log


--------- beginning of main
09-21 01:21:16.139 D/com.v2ray.ang(29844): tun2socks destroy
09-21 01:21:16.139 I/tun2socks(31254): NOTICE(tun2socks): termination requested
09-21 01:21:16.139 I/tun2socks(31254): NOTICE(tun2socks): tearing down
09-21 01:21:16.157 I/tun2socks(31254): NOTICE(tun2socks): Free TCP connections
09-21 01:21:16.169 I/tun2socks(31254): NOTICE(tun2socks): exiting
09-21 01:21:16.214 D/com.v2ray.ang(29844): [libtun2socks.so](http://libtun2socks.so/) exited
09-21 01:21:18.070 I/GoLog   (29844): loading core config
09-21 01:21:18.070 I/GoLog   (29844): Preparing Domain: [**********:8019](http://*********:8019/)
09-21 01:21:18.075 I/GoLog   (29844): Prepare Result:
09-21 01:21:18.075 I/GoLog   (29844):  Domain: [*******](http://*********/)
09-21 01:21:18.075 I/GoLog   (29844):  Port: 8019
09-21 01:21:18.075 I/GoLog   (29844):  IPs: [*************]
09-21 01:21:18.716 I/GoLog   (29844): new core
09-21 01:21:18.918 I/GoLog   (29844): start core
09-21 01:21:18.918 I/GoLog   (29844): [Warning] core: Xray 1.8.23 started
09-21 01:21:18.947 D/com.v2ray.ang(29844): [/[data/app/~~NmFgYIuxNRuelnFPvrAWlA==/com.v2ray.ang-ApMmGN1SzNIZ90THFHz5gw==/lib/arm64/libtun2socks.so](http://data/app/~~NmFgYIuxNRuelnFPvrAWlA==/com.v2ray.ang-ApMmGN1SzNIZ90THFHz5gw==/lib/arm64/libtun2socks.so), --netif-ipaddr, 26.26.26.2, --netif-netmask, 255.255.255.252, --socks-server-addr, 127.0.0.1:10808, --tunmtu, 1500, --sock-path, sock_path, --enable-udprelay, --loglevel, notice, --netif-ip6addr, da26:2626::2, --dnsgw, 127.0.0.1:10853]
09-21 01:21:18.950 D/com.v2ray.ang(29844): Process[pid=31535, hasExited=false]
09-21 01:21:18.950 D/com.v2ray.ang(29844): /[data/user/0/com.v2ray.ang/files/sock_path](http://data/user/0/com.v2ray.ang/files/sock_path)
09-21 01:21:18.950 D/com.v2ray.ang(29844): [libtun2socks.so](http://libtun2socks.so/) check
09-21 01:21:18.964 I/tun2socks(31535): NOTICE(tun2socks): initializing BadVPN tun2socks 1.999.130
09-21 01:21:19.000 D/com.v2ray.ang(29844): sendFd tries: 0
09-21 01:21:19.001 I/tun2socks(31535): NOTICE(tun2socks): entering event loop
09-21 01:21:19.025 I/GoLog   (29844): 127.0.0.1:38683 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:19.025 I/GoLog   (29844): DNS accepted udp:1.1.1.1:53 [xray.system.dc7699f1-0fb5-4c2c-b536-5ffc8b4ccde7 -> proxy]
09-21 01:21:19.026 I/GoLog   (29844): fdConn unix.Connect err, Close Fd: 108 Err: network is unreachable
09-21 01:21:19.026 I/GoLog   (29844): switched to next IP: ***
09-21 01:21:19.027 I/GoLog   (29844): 127.0.0.1:40984 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:19.027 I/GoLog   (29844): DNS accepted udp:1.1.1.1:53 [xray.system.dc7699f1-0fb5-4c2c-b536-5ffc8b4ccde7 -> proxy]
09-21 01:21:19.027 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:20.920 I/GoLog   (29844): 127.0.0.1:48333 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:20.921 I/GoLog   (29844): 127.0.0.1:44186 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:20.923 I/GoLog   (29844): 127.0.0.1:38946 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:20.925 I/GoLog   (29844): 127.0.0.1:47916 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:20.925 I/GoLog   (29844): 127.0.0.1:43264 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:20.925 I/GoLog   (29844): 127.0.0.1:49056 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:20.929 I/GoLog   (29844): 127.0.0.1:48805 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:20.929 I/GoLog   (29844): 127.0.0.1:48336 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:20.929 I/GoLog   (29844): 127.0.0.1:38553 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:21.096 I/GoLog   (29844): Not Using Prepared: udp,223.5.5.5:53
09-21 01:21:21.097 I/GoLog   (29844): DNS accepted udp:223.5.5.5:53 [xray.system.dc7699f1-0fb5-4c2c-b536-5ffc8b4ccde7 -> direct]
09-21 01:21:21.131 I/GoLog   (29844): udp:127.0.0.1:45896 accepted udp:[2404:6800:4004:80f::2004]:443 [socks -> proxy]
09-21 01:21:21.132 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:21.140 I/GoLog   (29844): udp:127.0.0.1:40524 accepted udp:[2404:6800:4004:81e::2002]:443 [socks -> proxy]
09-21 01:21:21.141 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:21.293 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:21.293 I/GoLog   (29844): udp:127.0.0.1:38347 accepted udp:172.67.75.33:443 [socks -> proxy]
09-21 01:21:21.389 I/GoLog   (29844): tcp:127.0.0.1:44566 accepted tcp:[2404:6800:4004:81e::2002]:443 [socks -> proxy]
09-21 01:21:21.545 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:21.595 I/GoLog   (29844): 127.0.0.1:41205 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:21.596 I/GoLog   (29844): 127.0.0.1:43777 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:21.599 I/GoLog   (29844): 127.0.0.1:43901 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:21.600 I/GoLog   (29844): 127.0.0.1:38923 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:21.601 I/GoLog   (29844): 127.0.0.1:42572 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:21.601 I/GoLog   (29844): 127.0.0.1:41633 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:21.602 I/GoLog   (29844): 127.0.0.1:39966 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:21.603 I/GoLog   (29844): 127.0.0.1:43674 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:21.603 I/GoLog   (29844): 127.0.0.1:44619 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:21.859 I/GoLog   (29844): tcp:127.0.0.1:44574 accepted tcp:[2404:6800:4004:820::200e]:443 [socks -> proxy]
09-21 01:21:21.934 I/GoLog   (29844): udp:127.0.0.1:42899 accepted udp:[2404:6800:4004:808::2003]:443 [socks -> proxy]
09-21 01:21:21.935 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:21.937 I/GoLog   (29844): udp:127.0.0.1:40518 accepted udp:[2404:6800:4004:808::2003]:443 [socks -> proxy]
09-21 01:21:21.937 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:21.997 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:22.029 I/GoLog   (29844): tcp:127.0.0.1:44586 accepted tcp:26.26.26.2:853 [socks -> proxy]
09-21 01:21:22.188 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:24.204 I/GoLog   (29844): tcp:127.0.0.1:44594 accepted tcp:[2404:6800:4008:c06::bc]:5228 [socks -> proxy]
09-21 01:21:24.372 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:26.548 I/GoLog   (29844): 127.0.0.1:45052 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.553 I/GoLog   (29844): 127.0.0.1:48139 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.553 I/GoLog   (29844): 127.0.0.1:49259 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.553 I/GoLog   (29844): 127.0.0.1:47512 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.553 I/GoLog   (29844): 127.0.0.1:45272 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.553 I/GoLog   (29844): 127.0.0.1:47690 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.588 I/GoLog   (29844): 127.0.0.1:43347 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.589 I/GoLog   (29844): 127.0.0.1:42595 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.592 I/GoLog   (29844): 127.0.0.1:40097 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.609 I/GoLog   (29844): 127.0.0.1:40113 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.609 I/GoLog   (29844): 127.0.0.1:37565 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.609 I/GoLog   (29844): 127.0.0.1:44526 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.775 I/GoLog   (29844): udp:127.0.0.1:43710 accepted udp:[2404:6800:4004:820::2002]:443 [socks -> proxy]
09-21 01:21:26.775 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:26.795 I/GoLog   (29844): udp:127.0.0.1:37506 accepted udp:[2404:6800:4004:820::200a]:443 [socks -> proxy]
09-21 01:21:26.795 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:26.931 I/GoLog   (29844): udp:127.0.0.1:38195 accepted udp:142.251.222.2:443 [socks -> proxy]
09-21 01:21:26.932 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:26.973 I/GoLog   (29844): 127.0.0.1:37036 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.973 I/GoLog   (29844): 127.0.0.1:44629 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:26.973 I/GoLog   (29844): 127.0.0.1:46565 accepted udp:1.1.1.1:53 [dns-in -> dns-out]
09-21 01:21:27.327 I/GoLog   (29844): udp:127.0.0.1:39355 accepted udp:[2404:6800:4004:801::2001]:443 [socks -> proxy]
09-21 01:21:27.328 I/GoLog   (29844): Using Prepared: ***
09-21 01:21:27.329 I/GoLog   (29844): udp:127.0.0.1:43145 accepted udp:[2404:6800:4004:801::2001]:443 [socks -> proxy]

Server log


2024/09/21 01:24:00 [Info] infra/conf/serial: Reading config: &{Name:/home/******/.local/etc/xray/config.json Format:json}
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0xfb377a]

goroutine 19315 [running]:
github.com/sagernet/sing-shadowsocks/shadowaead_2022.(*Service).newPacket(0xc000302be0, {0x154d3c0, 0xc003cc24b0}, {0x1553ca0, 0xc003bbcc90}, 0xc0010b1b00, {{0x0, 0x0}, {{{0x2406da140cc6b300, 0x32b2870760e7ef9b}, ...}, ...},
...})
        github.com/sagernet/sing-shadowsocks@v0.2.7/shadowaead_2022/service.go:440 +0x53a
github.com/sagernet/sing-shadowsocks/shadowaead_2022.(*Service).NewPacket(0xc000000064?, {0x154d3c0?, 0xc003cc24b0?}, {0x1553ca0?, 0xc003bbcc90?}, 0xc001b4ae18?, {{0x0, 0x0}, {{{0x2406da140cc6b300, 0x32b2870760e7ef9b}, ...},
...}, ...})
        github.com/sagernet/sing-shadowsocks@v0.2.7/shadowaead_2022/service.go:377 +0x69
github.com/xtls/xray-core/proxy/shadowsocks_2022.(*Inbound).Process(0xc000278f40, {0x154d3c0, 0xc003cc2480}, 0x3, {0x1554230, 0xc0046bcc80}, {0x154f7e0, 0xc0003702f0})
        github.com/xtls/xray-core/proxy/shadowsocks_2022/inbound.go:93 +0x4bc
github.com/xtls/xray-core/app/proxyman/inbound.(*udpWorker).callback.func1()
        github.com/xtls/xray-core/app/proxyman/inbound/worker.go:331 +0x391
created by github.com/xtls/xray-core/app/proxyman/inbound.(*udpWorker).callback in goroutine 23
        github.com/xtls/xray-core/app/proxyman/inbound/worker.go:308 +0x305
ykun91 commented 2 hours ago

maybe related

1895

Fangliding commented 2 hours ago

loglevel开到debug

ykun91 commented 2 hours ago

@Fangliding 开到了debug, 并且成功记录到了crash前的日志。我把从启动到Crash的日志发给你

Console

******@*******:~$ xray
Xray 24.9.7 (Xray, Penetrates Everything.) 3d9137c (go1.23.1 linux/amd64)
A unified platform for anti-censorship.
2024/09/21 03:00:00 Using confdir from env: /home/******/.local/etc/xray
2024/09/21 03:00:00 [Info] infra/conf/serial: Reading config: &{Name:/home/******/.local/etc/xray/config.json Format:json}
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0xfb377a]

goroutine 494 [running]:
github.com/sagernet/sing-shadowsocks/shadowaead_2022.(*Service).newPacket(0xc000368140, {0x154d3c0, 0xc0002fd560}, {0x1553ca0, 0xc000498680}, 0xc0003a6d80, {{0x0, 0x0}, {{{0x2406da140cc6b300, 0x32b2870760e7ef9b}, ...}, ...}, ...})
        github.com/sagernet/sing-shadowsocks@v0.2.7/shadowaead_2022/service.go:440 +0x53a
github.com/sagernet/sing-shadowsocks/shadowaead_2022.(*Service).NewPacket(0xc00008ce78?, {0x154d3c0?, 0xc0002fd560?}, {0x1553ca0?, 0xc000498680?}, 0xc00008ae18?, {{0x0, 0x0}, {{{0x2406da140cc6b300, 0x32b2870760e7ef9b}, ...}, ...}, ...})
        github.com/sagernet/sing-shadowsocks@v0.2.7/shadowaead_2022/service.go:377 +0x69
github.com/xtls/xray-core/proxy/shadowsocks_2022.(*Inbound).Process(0xc00027b000, {0x154d3c0, 0xc0002fd530}, 0x3, {0x1554230, 0xc000608c80}, {0x154f7e0, 0xc0003645a0})
        github.com/xtls/xray-core/proxy/shadowsocks_2022/inbound.go:93 +0x4bc
github.com/xtls/xray-core/app/proxyman/inbound.(*udpWorker).callback.func1()
        github.com/xtls/xray-core/app/proxyman/inbound/worker.go:331 +0x391
created by github.com/xtls/xray-core/app/proxyman/inbound.(*udpWorker).callback in goroutine 13
        github.com/xtls/xray-core/app/proxyman/inbound/worker.go:308 +0x305

error.log

2024/09/21 03:00:00 [Warning] core: Xray 24.9.7 started
2024/09/21 03:00:00 [Info] [4006315420] proxy/shadowsocks_2022: tunnelling request to tcp:notifications.bitwarden.com:443
2024/09/21 03:00:00 [Info] [4006315420] app/dispatcher: default route for tcp:notifications.bitwarden.com:443
2024/09/21 03:00:00 [Info] [4006315420] transport/internet/tcp: dialing TCP to tcp:notifications.bitwarden.com:443
2024/09/21 03:00:00 [Debug] [4006315420] transport/internet: dialing to tcp:notifications.bitwarden.com:443
2024/09/21 03:00:00 [Info] [882017954] proxy/shadowsocks_2022: tunnelling request to tcp:chat.google.com:443
2024/09/21 03:00:00 [Info] [882017954] app/dispatcher: default route for tcp:chat.google.com:443
2024/09/21 03:00:00 [Info] [882017954] transport/internet/tcp: dialing TCP to tcp:chat.google.com:443
2024/09/21 03:00:00 [Debug] [882017954] transport/internet: dialing to tcp:chat.google.com:443
2024/09/21 03:00:00 [Info] [2823732320] proxy/shadowsocks_2022: tunnelling request to tcp:mtalk.google.com:5228
2024/09/21 03:00:00 [Info] [2823732320] app/dispatcher: default route for tcp:mtalk.google.com:5228
2024/09/21 03:00:00 [Info] [2823732320] transport/internet/tcp: dialing TCP to tcp:mtalk.google.com:5228
2024/09/21 03:00:00 [Debug] [2823732320] transport/internet: dialing to tcp:mtalk.google.com:5228
2024/09/21 03:00:00 [Info] [3321891017] proxy/shadowsocks_2022: tunnelling request to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:00 [Info] [2861746599] proxy/shadowsocks_2022: tunnelling request to tcp:mtalk.google.com:5228
2024/09/21 03:00:00 [Info] [3321891017] app/dispatcher: default route for tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:00 [Info] [2861746599] app/dispatcher: default route for tcp:mtalk.google.com:5228
2024/09/21 03:00:00 [Info] [3321891017] transport/internet/tcp: dialing TCP to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:00 [Info] [2861746599] transport/internet/tcp: dialing TCP to tcp:mtalk.google.com:5228
2024/09/21 03:00:00 [Debug] [3321891017] transport/internet: dialing to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:00 [Debug] [2861746599] transport/internet: dialing to tcp:mtalk.google.com:5228
2024/09/21 03:00:00 [Info] [882017954] proxy/freedom: connection opened to tcp:chat.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:39684, remote endpoint [2404:6800:4004:826::200e]:443
2024/09/21 03:00:00 [Info] [882017954] proxy: CopyRawConn readv
2024/09/21 03:00:00 [Info] [3240917272] proxy/shadowsocks_2022: tunnelling request to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:00 [Info] [3240917272] app/dispatcher: default route for tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:00 [Info] [3240917272] transport/internet/tcp: dialing TCP to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:00 [Debug] [3240917272] transport/internet: dialing to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:00 [Info] [4006315420] proxy/freedom: connection opened to tcp:notifications.bitwarden.com:443, local endpoint 192.168.1.10:53956, remote endpoint 151.101.109.91:443
2024/09/21 03:00:00 [Info] [4006315420] proxy: CopyRawConn readv
2024/09/21 03:00:00 [Info] [3321891017] proxy/freedom: connection opened to tcp:signaler-pa.clients6.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:33594, remote endpoint [2404:6800:4004:813::200a]:44
3
2024/09/21 03:00:00 [Info] [3321891017] proxy: CopyRawConn readv
2024/09/21 03:00:00 [Info] [3240917272] proxy/freedom: connection opened to tcp:signaler-pa.clients6.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:33592, remote endpoint [2404:6800:4004:813::200a]:44
3
2024/09/21 03:00:00 [Info] [3240917272] proxy: CopyRawConn readv
2024/09/21 03:00:00 [Info] [2823732320] proxy/freedom: connection opened to tcp:mtalk.google.com:5228, local endpoint [***********************:bff:fe5e:c26a]:44288, remote endpoint [2404:6800:4008:c19::bc]:5228
2024/09/21 03:00:00 [Info] [2861746599] proxy/freedom: connection opened to tcp:mtalk.google.com:5228, local endpoint [***********************:bff:fe5e:c26a]:44290, remote endpoint [2404:6800:4008:c19::bc]:5228
2024/09/21 03:00:00 [Info] [2861746599] proxy: CopyRawConn readv
2024/09/21 03:00:00 [Info] [2823732320] proxy: CopyRawConn readv
2024/09/21 03:00:00 [Info] [1506370413] proxy/shadowsocks_2022: tunnelling request to tcp:wss-primary.slack.com:443
2024/09/21 03:00:00 [Info] [1506370413] app/dispatcher: default route for tcp:wss-primary.slack.com:443
2024/09/21 03:00:00 [Info] [1506370413] transport/internet/tcp: dialing TCP to tcp:wss-primary.slack.com:443
2024/09/21 03:00:00 [Debug] [1506370413] transport/internet: dialing to tcp:wss-primary.slack.com:443
2024/09/21 03:00:00 [Info] [1506370413] proxy/freedom: connection opened to tcp:wss-primary.slack.com:443, local endpoint 192.168.1.10:48262, remote endpoint 18.178.61.111:443
2024/09/21 03:00:00 [Info] [1506370413] proxy: CopyRawConn readv
2024/09/21 03:00:01 [Info] [2632725868] proxy/shadowsocks_2022: tunnelling request to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:01 [Info] [2632725868] app/dispatcher: default route for tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:01 [Info] [2632725868] transport/internet/tcp: dialing TCP to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:01 [Debug] [2632725868] transport/internet: dialing to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:01 [Info] [2632725868] proxy/freedom: connection opened to tcp:signaler-pa.clients6.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:33602, remote endpoint [2404:6800:4004:813::200a]:44
3
2024/09/21 03:00:01 [Info] [2632725868] proxy: CopyRawConn readv
2024/09/21 03:00:01 [Info] [862574762] proxy/shadowsocks_2022: tunnelling request to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:01 [Info] [862574762] app/dispatcher: default route for tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:01 [Info] [862574762] transport/internet/tcp: dialing TCP to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:01 [Debug] [862574762] transport/internet: dialing to tcp:signaler-pa.clients6.google.com:443
2024/09/21 03:00:01 [Info] [862574762] proxy/freedom: connection opened to tcp:signaler-pa.clients6.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:33612, remote endpoint [2404:6800:4004:813::200a]:443
2024/09/21 03:00:01 [Info] [862574762] proxy: CopyRawConn readv
2024/09/21 03:00:01 [Info] [3145335845] proxy/shadowsocks_2022: tunnelling request to tcp:edgeapi.slack.com:443
2024/09/21 03:00:01 [Info] [3145335845] app/dispatcher: default route for tcp:edgeapi.slack.com:443
2024/09/21 03:00:01 [Info] [3145335845] transport/internet/tcp: dialing TCP to tcp:edgeapi.slack.com:443
2024/09/21 03:00:01 [Debug] [3145335845] transport/internet: dialing to tcp:edgeapi.slack.com:443
2024/09/21 03:00:01 [Info] [3145335845] proxy/freedom: connection opened to tcp:edgeapi.slack.com:443, local endpoint 192.168.1.10:35218, remote endpoint 35.74.138.212:443
2024/09/21 03:00:01 [Info] [3145335845] proxy: CopyRawConn readv
2024/09/21 03:00:01 [Info] [2750095002] proxy/shadowsocks_2022: tunnelling request to tcp:api.bitwarden.com:443
2024/09/21 03:00:01 [Info] [2750095002] app/dispatcher: default route for tcp:api.bitwarden.com:443
2024/09/21 03:00:01 [Info] [2750095002] transport/internet/tcp: dialing TCP to tcp:api.bitwarden.com:443
2024/09/21 03:00:01 [Debug] [2750095002] transport/internet: dialing to tcp:api.bitwarden.com:443
2024/09/21 03:00:01 [Info] [2750095002] proxy/freedom: connection opened to tcp:api.bitwarden.com:443, local endpoint 192.168.1.10:60244, remote endpoint 151.101.109.91:443
2024/09/21 03:00:01 [Info] [2750095002] proxy: CopyRawConn readv
2024/09/21 03:00:07 [Info] [3326983470] proxy/shadowsocks_2022: tunnelling request to tcp:alive.github.com:443
2024/09/21 03:00:07 [Info] [3326983470] app/dispatcher: default route for tcp:alive.github.com:443
2024/09/21 03:00:07 [Info] [3326983470] transport/internet/tcp: dialing TCP to tcp:alive.github.com:443
2024/09/21 03:00:07 [Debug] [3326983470] transport/internet: dialing to tcp:alive.github.com:443
2024/09/21 03:00:08 [Info] [3326983470] proxy/freedom: connection opened to tcp:alive.github.com:443, local endpoint 192.168.1.10:37602, remote endpoint 140.82.113.26:443
2024/09/21 03:00:08 [Info] [3326983470] proxy: CopyRawConn readv
2024/09/21 03:00:13 [Info] [2303626809] proxy/shadowsocks_2022: tunnelling request to tcp:ssl.gstatic.com:443
2024/09/21 03:00:13 [Info] [2303626809] app/dispatcher: default route for tcp:ssl.gstatic.com:443
2024/09/21 03:00:13 [Info] [2303626809] transport/internet/tcp: dialing TCP to tcp:ssl.gstatic.com:443
2024/09/21 03:00:13 [Debug] [2303626809] transport/internet: dialing to tcp:ssl.gstatic.com:443
2024/09/21 03:00:13 [Info] [2303626809] proxy/freedom: connection opened to tcp:ssl.gstatic.com:443, local endpoint [***********************:bff:fe5e:c26a]:57702, remote endpoint [2404:6800:4004:80f::2003]:443
2024/09/21 03:00:13 [Info] [2303626809] proxy: CopyRawConn readv
2024/09/21 03:00:23 [Info] [3768765712] proxy/shadowsocks_2022: tunnelling request to tcp:slack.com:443
2024/09/21 03:00:23 [Info] [3768765712] app/dispatcher: default route for tcp:slack.com:443
2024/09/21 03:00:23 [Info] [3768765712] transport/internet/tcp: dialing TCP to tcp:slack.com:443
2024/09/21 03:00:23 [Debug] [3768765712] transport/internet: dialing to tcp:slack.com:443
2024/09/21 03:00:23 [Info] [3768765712] proxy/freedom: connection opened to tcp:slack.com:443, local endpoint 192.168.1.10:49860, remote endpoint 35.74.58.174:443
2024/09/21 03:00:23 [Info] [3768765712] proxy: CopyRawConn readv
2024/09/21 03:00:34 [Info] [4034687631] proxy/shadowsocks_2022: tunnelling request to tcp:bitbucket.org:443
2024/09/21 03:00:34 [Info] [4034687631] app/dispatcher: default route for tcp:bitbucket.org:443
2024/09/21 03:00:34 [Info] [4034687631] transport/internet/tcp: dialing TCP to tcp:bitbucket.org:443
2024/09/21 03:00:34 [Debug] [4034687631] transport/internet: dialing to tcp:bitbucket.org:443
2024/09/21 03:00:34 [Info] [584850614] proxy/shadowsocks_2022: tunnelling request to tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Info] [584850614] app/dispatcher: default route for tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Info] [584850614] transport/internet/tcp: dialing TCP to tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Debug] [584850614] transport/internet: dialing to tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Info] [1088556315] proxy/shadowsocks_2022: tunnelling request to tcp:play.google.com:443
2024/09/21 03:00:34 [Info] [1088556315] app/dispatcher: default route for tcp:play.google.com:443
2024/09/21 03:00:34 [Info] [3190460990] proxy/shadowsocks_2022: tunnelling request to tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Info] [1088556315] transport/internet/tcp: dialing TCP to tcp:play.google.com:443
2024/09/21 03:00:34 [Debug] [1088556315] transport/internet: dialing to tcp:play.google.com:443
2024/09/21 03:00:34 [Info] [3190460990] app/dispatcher: default route for tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Info] [3190460990] transport/internet/tcp: dialing TCP to tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Debug] [3190460990] transport/internet: dialing to tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Info] [3190460990] proxy/freedom: connection opened to tcp:waa-pa.clients6.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:56438, remote endpoint [2404:6800:4004:808::200a]:443
2024/09/21 03:00:34 [Info] [3190460990] proxy: CopyRawConn readv
2024/09/21 03:00:34 [Info] [1088556315] proxy/freedom: connection opened to tcp:play.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:55422, remote endpoint [2404:6800:4004:801::200e]:443
2024/09/21 03:00:34 [Info] [1088556315] proxy: CopyRawConn readv
2024/09/21 03:00:34 [Info] [584850614] proxy/freedom: connection opened to tcp:waa-pa.clients6.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:56444, remote endpoint [2404:6800:4004:808::200a]:443
2024/09/21 03:00:34 [Info] [584850614] proxy: CopyRawConn readv
2024/09/21 03:00:34 [Info] [4034687631] proxy/freedom: connection opened to tcp:bitbucket.org:443, local endpoint [***********************:bff:fe5e:c26a]:60700, remote endpoint [2401:1d80:3224:2:0:bbc:1:df7c]:443
2024/09/21 03:00:34 [Info] [4034687631] proxy: CopyRawConn readv
2024/09/21 03:00:34 [Info] [3302187192] proxy/shadowsocks_2022: tunnelling request to tcp:play.google.com:443
2024/09/21 03:00:34 [Info] [3302187192] app/dispatcher: default route for tcp:play.google.com:443
2024/09/21 03:00:34 [Info] [3302187192] transport/internet/tcp: dialing TCP to tcp:play.google.com:443
2024/09/21 03:00:34 [Debug] [3302187192] transport/internet: dialing to tcp:play.google.com:443
2024/09/21 03:00:34 [Info] [3302187192] proxy/freedom: connection opened to tcp:play.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:55434, remote endpoint [2404:6800:4004:801::200e]:443
2024/09/21 03:00:34 [Info] [3302187192] proxy: CopyRawConn readv
2024/09/21 03:00:34 [Info] [850234508] proxy/shadowsocks_2022: tunnelling request to tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Info] [850234508] app/dispatcher: default route for tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Info] [850234508] transport/internet/tcp: dialing TCP to tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Debug] [850234508] transport/internet: dialing to tcp:waa-pa.clients6.google.com:443
2024/09/21 03:00:34 [Info] [850234508] proxy/freedom: connection opened to tcp:waa-pa.clients6.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:56454, remote endpoint [2404:6800:4004:808::200a]:443
2024/09/21 03:00:34 [Info] [850234508] proxy: CopyRawConn readv
2024/09/21 03:00:41 [Info] [813854163] proxy/shadowsocks_2022: tunnelling request to tcp:mail.google.com:443
2024/09/21 03:00:41 [Info] [813854163] app/dispatcher: default route for tcp:mail.google.com:443
2024/09/21 03:00:41 [Info] [813854163] transport/internet/tcp: dialing TCP to tcp:mail.google.com:443
2024/09/21 03:00:41 [Debug] [813854163] transport/internet: dialing to tcp:mail.google.com:443
2024/09/21 03:00:41 [Info] [813854163] proxy/freedom: connection opened to tcp:mail.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:43222, remote endpoint [2404:6800:4004:81d::2005]:443
2024/09/21 03:00:41 [Info] [813854163] proxy: CopyRawConn readv
2024/09/21 03:00:41 [Info] [1235659625] proxy/shadowsocks_2022: tunnelling request to udp:[2404:6800:4004:80f::2004]:443
2024/09/21 03:00:41 [Info] [1235659625] app/dispatcher: default route for udp:[2404:6800:4004:80f::2004]:443
2024/09/21 03:00:41 [Debug] [1235659625] transport/internet: dialing to udp:[2404:6800:4004:80f::2004]:443
2024/09/21 03:00:41 [Info] [1235659625] proxy/freedom: connection opened to udp:[2404:6800:4004:80f::2004]:443, local endpoint [::]:45492, remote endpoint [2404:6800:4004:80f::2004]:443
2024/09/21 03:00:42 [Info] [2281463599] proxy/shadowsocks_2022: tunnelling request to udp:1.1.1.1:53
2024/09/21 03:00:42 [Info] [2281463599] app/dispatcher: default route for udp:1.1.1.1:53
2024/09/21 03:00:42 [Debug] [2281463599] transport/internet: dialing to udp:1.1.1.1:53
2024/09/21 03:00:42 [Info] [2281463599] proxy/freedom: connection opened to udp:1.1.1.1:53, local endpoint [::]:40859, remote endpoint 1.1.1.1:53
2024/09/21 03:00:42 [Info] [517544513] proxy/shadowsocks_2022: tunnelling request to tcp:www.cman.jp:443
2024/09/21 03:00:42 [Info] [517544513] app/dispatcher: default route for tcp:www.cman.jp:443
2024/09/21 03:00:42 [Info] [517544513] transport/internet/tcp: dialing TCP to tcp:www.cman.jp:443
2024/09/21 03:00:42 [Debug] [517544513] transport/internet: dialing to tcp:www.cman.jp:443
2024/09/21 03:00:42 [Info] [517544513] proxy/freedom: connection opened to tcp:www.cman.jp:443, local endpoint 192.168.1.10:59638, remote endpoint 157.65.27.7:443
2024/09/21 03:00:42 [Info] [517544513] proxy: CopyRawConn readv
2024/09/21 03:00:43 [Info] [3665789102] proxy/shadowsocks_2022: tunnelling request to udp:[2404:6800:4004:818::200a]:443
2024/09/21 03:00:43 [Info] [3665789102] app/dispatcher: default route for udp:[2404:6800:4004:818::200a]:443
2024/09/21 03:00:43 [Debug] [3665789102] transport/internet: dialing to udp:[2404:6800:4004:818::200a]:443
2024/09/21 03:00:43 [Info] [3665789102] proxy/freedom: connection opened to udp:[2404:6800:4004:818::200a]:443, local endpoint [::]:33324, remote endpoint [2404:6800:4004:818::200a]:443
2024/09/21 03:00:43 [Info] [1056537839] proxy/shadowsocks_2022: tunnelling request to udp:142.251.222.2:443
2024/09/21 03:00:43 [Info] [1056537839] app/dispatcher: default route for udp:142.251.222.2:443
2024/09/21 03:00:43 [Debug] [1056537839] transport/internet: dialing to udp:142.251.222.2:443
2024/09/21 03:00:43 [Info] [1056537839] proxy/freedom: connection opened to udp:142.251.222.2:443, local endpoint [::]:45637, remote endpoint 142.251.222.2:443
2024/09/21 03:00:43 [Info] [4162286085] proxy/shadowsocks_2022: tunnelling request to udp:[2404:6800:4004:808::2003]:443
2024/09/21 03:00:43 [Info] [4162286085] app/dispatcher: default route for udp:[2404:6800:4004:808::2003]:443
2024/09/21 03:00:43 [Debug] [4162286085] transport/internet: dialing to udp:[2404:6800:4004:808::2003]:443
2024/09/21 03:00:43 [Info] [4162286085] proxy/freedom: connection opened to udp:[2404:6800:4004:808::2003]:443, local endpoint [::]:46904, remote endpoint [2404:6800:4004:808::2003]:443
2024/09/21 03:00:43 [Info] [2002707381] proxy/shadowsocks_2022: tunnelling request to tcp:www.googleadservices.com:443
2024/09/21 03:00:43 [Info] [2002707381] app/dispatcher: default route for tcp:www.googleadservices.com:443
2024/09/21 03:00:43 [Info] [2002707381] transport/internet/tcp: dialing TCP to tcp:www.googleadservices.com:443
2024/09/21 03:00:44 [Info] [3432194583] proxy/shadowsocks_2022: tunnelling request to udp:[2404:6800:4004:825::200e]:443
2024/09/21 03:00:44 [Info] [3432194583] app/dispatcher: default route for udp:[2404:6800:4004:825::200e]:443
2024/09/21 03:00:44 [Debug] [3432194583] transport/internet: dialing to udp:[2404:6800:4004:825::200e]:443
2024/09/21 03:00:44 [Info] [3432194583] proxy/freedom: connection opened to udp:[2404:6800:4004:825::200e]:443, local endpoint [::]:38798, remote endpoint [2404:6800:4004:825::200e]:443
2024/09/21 03:00:45 [Info] [1953671455] proxy/shadowsocks_2022: tunnelling request to tcp:play.google.com:443
2024/09/21 03:00:45 [Info] [1953671455] app/dispatcher: default route for tcp:play.google.com:443
2024/09/21 03:00:45 [Info] [1953671455] transport/internet/tcp: dialing TCP to tcp:play.google.com:443
2024/09/21 03:00:45 [Debug] [1953671455] transport/internet: dialing to tcp:play.google.com:443
2024/09/21 03:00:45 [Info] [1953671455] proxy/freedom: connection opened to tcp:play.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:41176, remote endpoint [2404:6800:4004:801::200e]:443
2024/09/21 03:00:45 [Info] [1953671455] proxy: CopyRawConn readv
2024/09/21 03:00:45 [Info] [3105697491] proxy/shadowsocks_2022: tunnelling request to udp:[2404:6800:4004:801::2001]:443
2024/09/21 03:00:45 [Info] [3105697491] app/dispatcher: default route for udp:[2404:6800:4004:801::2001]:443
2024/09/21 03:00:45 [Debug] [3105697491] transport/internet: dialing to udp:[2404:6800:4004:801::2001]:443
2024/09/21 03:00:45 [Info] [3105697491] proxy/freedom: connection opened to udp:[2404:6800:4004:801::2001]:443, local endpoint [::]:43685, remote endpoint [2404:6800:4004:801::2001]:443
2024/09/21 03:00:45 [Info] [1015557977] proxy/shadowsocks_2022: tunnelling request to udp:[2404:6800:4004:801::2001]:443
2024/09/21 03:00:45 [Info] [1015557977] app/dispatcher: default route for udp:[2404:6800:4004:801::2001]:443
2024/09/21 03:00:45 [Debug] [1015557977] transport/internet: dialing to udp:[2404:6800:4004:801::2001]:443
2024/09/21 03:00:45 [Info] [1015557977] proxy/freedom: connection opened to udp:[2404:6800:4004:801::2001]:443, local endpoint [::]:48090, remote endpoint [2404:6800:4004:801::2001]:443
2024/09/21 03:00:46 [Info] [1595067712] proxy/shadowsocks_2022: tunnelling request to udp:[2404:6800:4004:820::200a]:443
2024/09/21 03:00:46 [Info] [1595067712] app/dispatcher: default route for udp:[2404:6800:4004:820::200a]:443
2024/09/21 03:00:46 [Debug] [1595067712] transport/internet: dialing to udp:[2404:6800:4004:820::200a]:443
2024/09/21 03:00:46 [Info] [1595067712] proxy/freedom: connection opened to udp:[2404:6800:4004:820::200a]:443, local endpoint [::]:51917, remote endpoint [2404:6800:4004:820::200a]:443
2024/09/21 03:00:46 [Info] [1875112425] proxy/shadowsocks_2022: tunnelling request to tcp:optimizationguide-pa.googleapis.com:443
2024/09/21 03:00:46 [Info] [1875112425] app/dispatcher: default route for tcp:optimizationguide-pa.googleapis.com:443
2024/09/21 03:00:46 [Info] [1875112425] transport/internet/tcp: dialing TCP to tcp:optimizationguide-pa.googleapis.com:443
2024/09/21 03:00:46 [Debug] [1875112425] transport/internet: dialing to tcp:optimizationguide-pa.googleapis.com:443
2024/09/21 03:00:46 [Info] [1875112425] proxy/freedom: connection opened to tcp:optimizationguide-pa.googleapis.com:443, local endpoint [***********************:bff:fe5e:c26a]:42420, remote endpoint [2404:6800:4004:81f::200a]:443
2024/09/21 03:00:46 [Info] [1875112425] proxy: CopyRawConn readv
2024/09/21 03:00:52 [Info] [869952268] proxy/shadowsocks_2022: tunnelling request to udp:[2404:6800:4004:80f::2004]:443
2024/09/21 03:00:52 [Info] [869952268] app/dispatcher: default route for udp:[2404:6800:4004:80f::2004]:443
2024/09/21 03:00:52 [Debug] [869952268] transport/internet: dialing to udp:[2404:6800:4004:80f::2004]:443
2024/09/21 03:00:52 [Info] [869952268] proxy/freedom: connection opened to udp:[2404:6800:4004:80f::2004]:443, local endpoint [::]:43425, remote endpoint [2404:6800:4004:80f::2004]:443
2024/09/21 03:00:56 [Info] [2837225807] proxy/shadowsocks_2022: tunnelling request to udp:[2404:6800:4004:80f::200e]:443
2024/09/21 03:00:56 [Info] [2837225807] app/dispatcher: default route for udp:[2404:6800:4004:80f::200e]:443
2024/09/21 03:00:56 [Debug] [2837225807] transport/internet: dialing to udp:[2404:6800:4004:80f::200e]:443
2024/09/21 03:00:56 [Info] [2837225807] proxy/freedom: connection opened to udp:[2404:6800:4004:80f::200e]:443, local endpoint [::]:56043, remote endpoint [2404:6800:4004:80f::200e]:443
2024/09/21 03:00:56 [Info] [594179881] proxy/shadowsocks_2022: tunnelling request to tcp:clients4.google.com:443
2024/09/21 03:00:56 [Info] [594179881] app/dispatcher: default route for tcp:clients4.google.com:443
2024/09/21 03:00:56 [Info] [594179881] transport/internet/tcp: dialing TCP to tcp:clients4.google.com:443
2024/09/21 03:00:56 [Debug] [594179881] transport/internet: dialing to tcp:clients4.google.com:443
2024/09/21 03:00:56 [Info] [594179881] proxy/freedom: connection opened to tcp:clients4.google.com:443, local endpoint [***********************:bff:fe5e:c26a]:42578, remote endpoint [2404:6800:4004:80f::200e]:443
2024/09/21 03:00:56 [Info] [594179881] proxy: CopyRawConn readv
2024/09/21 03:01:29 [Info] [2140838993] proxy/shadowsocks_2022: tunnelling request to tcp:ssl.gstatic.com:443
2024/09/21 03:01:29 [Info] [2140838993] app/dispatcher: default route for tcp:ssl.gstatic.com:443
2024/09/21 03:01:29 [Info] [2140838993] transport/internet/tcp: dialing TCP to tcp:ssl.gstatic.com:443
2024/09/21 03:01:29 [Debug] [2140838993] transport/internet: dialing to tcp:ssl.gstatic.com:443
2024/09/21 03:01:29 [Info] [2140838993] proxy/freedom: connection opened to tcp:ssl.gstatic.com:443, local endpoint [***********************:bff:fe5e:c26a]:46216, remote endpoint [2404:6800:4004:80f::2003]:443
2024/09/21 03:01:29 [Info] [2140838993] proxy: CopyRawConn readv
2024/09/21 03:01:38 [Info] [4268308000] proxy/shadowsocks_2022: tunnelling request to udp:172.67.75.33:443
2024/09/21 03:01:38 [Info] [4268308000] app/dispatcher: default route for udp:172.67.75.33:443
2024/09/21 03:01:38 [Debug] [4268308000] transport/internet: dialing to udp:172.67.75.33:443
2024/09/21 03:01:38 [Info] [4268308000] proxy/freedom: connection opened to udp:172.67.75.33:443, local endpoint [::]:43514, remote endpoint 172.67.75.33:443

access.log

2024/09/21 03:00:00 from [***********************::5301:f9ac:f7a8]:58206 accepted notifications.bitwarden.com:443 email: ******
2024/09/21 03:00:00 from [***********************:8707:60e7:ef9b]:60402 accepted chat.google.com:443 email: ******
2024/09/21 03:00:00 from [***********************:8707:60e7:ef9b]:60406 accepted mtalk.google.com:5228 email: ******
2024/09/21 03:00:00 from [***********************:8707:60e7:ef9b]:60432 accepted signaler-pa.clients6.google.com:443 email: ******
2024/09/21 03:00:00 from [***********************:8707:60e7:ef9b]:60422 accepted mtalk.google.com:5228 email: ******
2024/09/21 03:00:00 from [***********************:8707:60e7:ef9b]:60446 accepted signaler-pa.clients6.google.com:443 email: ******
2024/09/21 03:00:00 from [***********************:8707:60e7:ef9b]:60486 accepted wss-primary.slack.com:443 email: ******
2024/09/21 03:00:01 from [***********************:8707:60e7:ef9b]:60502 accepted signaler-pa.clients6.google.com:443 email: ******
2024/09/21 03:00:01 from [***********************:8707:60e7:ef9b]:60532 accepted signaler-pa.clients6.google.com:443 email: ******
2024/09/21 03:00:01 from [***********************:8707:60e7:ef9b]:60548 accepted edgeapi.slack.com:443 email: ******
2024/09/21 03:00:01 from [***********************::5301:f9ac:f7a8]:58208 accepted api.bitwarden.com:443 email: ******
2024/09/21 03:00:07 from [***********************:8707:60e7:ef9b]:48664 accepted alive.github.com:443 email: ******
2024/09/21 03:00:13 from [***********************:8707:60e7:ef9b]:48684 accepted ssl.gstatic.com:443 email: ******
2024/09/21 03:00:23 from [***********************:8707:60e7:ef9b]:55004 accepted slack.com:443 email: ******
2024/09/21 03:00:34 from [***********************::5301:f9ac:f7a8]:37264 accepted bitbucket.org:443 email: ******
2024/09/21 03:00:34 from [***********************:8707:60e7:ef9b]:54976 accepted waa-pa.clients6.google.com:443 email: ******
2024/09/21 03:00:34 from [***********************:8707:60e7:ef9b]:54986 accepted play.google.com:443 email: ******
2024/09/21 03:00:34 from [***********************:8707:60e7:ef9b]:54978 accepted waa-pa.clients6.google.com:443 email: ******
2024/09/21 03:00:34 from [***********************:8707:60e7:ef9b]:55022 accepted play.google.com:443 email: ******
2024/09/21 03:00:34 from [***********************:8707:60e7:ef9b]:55046 accepted waa-pa.clients6.google.com:443 email: ******
2024/09/21 03:00:41 from [***********************:8707:60e7:ef9b]:43098 accepted mail.google.com:443 email: ******
2024/09/21 03:00:41 from [***********************:8707:60e7:ef9b]:59933 accepted [2404:6800:4004:80f::2004]:443 email: ******
2024/09/21 03:00:42 from [***********************:8707:60e7:ef9b]:57724 accepted 1.1.1.1:53 email: ******
2024/09/21 03:00:42 from [***********************:8707:60e7:ef9b]:43112 accepted www.cman.jp:443 email: ******
2024/09/21 03:00:43 from [***********************:8707:60e7:ef9b]:59467 accepted [2404:6800:4004:818::200a]:443 email: ******
2024/09/21 03:00:43 from [***********************:8707:60e7:ef9b]:47991 accepted 142.251.222.2:443 email: ******
2024/09/21 03:00:43 from [***********************:8707:60e7:ef9b]:43748 accepted [2404:6800:4004:808::2003]:443 email: ******
2024/09/21 03:00:43 from [***********************:8707:60e7:ef9b]:43126 accepted www.googleadservices.com:443 email: ******
2024/09/21 03:00:44 from [***********************:8707:60e7:ef9b]:41875 accepted [2404:6800:4004:825::200e]:443 email: ******
2024/09/21 03:00:45 from [***********************:8707:60e7:ef9b]:43136 accepted play.google.com:443 email: ******
2024/09/21 03:00:45 from [***********************:8707:60e7:ef9b]:55721 accepted [2404:6800:4004:801::2001]:443 email: ******
2024/09/21 03:00:45 from [***********************:8707:60e7:ef9b]:49128 accepted [2404:6800:4004:801::2001]:443 email: ******
2024/09/21 03:00:46 from [***********************:8707:60e7:ef9b]:34918 accepted [2404:6800:4004:820::200a]:443 email: ******
2024/09/21 03:00:46 from [***********************:8707:60e7:ef9b]:51288 accepted optimizationguide-pa.googleapis.com:443 email: ******
2024/09/21 03:00:52 from [***********************:8707:60e7:ef9b]:54533 accepted [2404:6800:4004:80f::2004]:443 email: ******
2024/09/21 03:00:56 from [***********************:8707:60e7:ef9b]:38442 accepted [2404:6800:4004:80f::200e]:443 email: ******
2024/09/21 03:00:56 from [***********************:8707:60e7:ef9b]:58878 accepted clients4.google.com:443 email: ******
2024/09/21 03:01:29 from [***********************:8707:60e7:ef9b]:35370 accepted ssl.gstatic.com:443 email: ******
2024/09/21 03:01:38 from [***********************:8707:60e7:ef9b]:52498 accepted 172.67.75.33:443 email: ******