Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Bug] Linux下开启TUN模式后会产生僵尸进程 #1234

Closed
7 tasks done
Bryan2333 opened this issue Apr 30, 2024 · 1 comment
Closed
7 tasks done

[Bug] Linux下开启TUN模式后会产生僵尸进程 #1234

Bryan2333 opened this issue Apr 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Bryan2333
Copy link

Verify steps

  • 我已经阅读了 文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  • 我未仔细看过 文档 并无法自行解决问题
  • 我未在 Issue Tracker 中寻找过我要提出的问题
  • 我已经使用最新的 Alpha 分支版本测试过,问题依旧存在
  • 我提供了可以在本地重现该问题的服务器、客户端配置文件与流程,而不是一个脱敏的复杂客户端配置文件。
  • 我提供了可用于重现我报告的错误的最简配置,而不是依赖远程服务器、TUN、图形界面客户端或者其他闭源软件。
  • 我提供了完整的配置文件与日志,而不是出于对自身智力的自信而仅提供了部分认为有用的部分。

操作系统

Linux

系统版本

Arch Linux

Mihomo 版本

Mihomo Meta 1.18.4 linux amd64 with go1.22.2 Mon Apr 29 12:39:40 UTC 2024
Use tags: with_gvisor

配置文件

port: 7890

socks-port: 7891

mixed-port: 7892

redir-port: 7893

tproxy-port: 7894

ipv6: true

routing-mark: 6666

tcp-concurrent: false

geodata-mode: true

global-client-fingerprint: chrome

external-controller: 127.0.0.1:9090

external-ui: /usr/share/metacubexd

secret: 'password'

log-level: warning

profile:
  store-selected: true
  store-fake-ip: true

dns:
  enable: true
  listen: 127.0.0.1:53
  ipv6: false
  enhanced-mode: fake-ip
  fake-ip-range: 198.18.0.1/16
  use-hosts: true
  fake-ip-filter:
    - '*.lan'
    - localhost.ptlogin2.qq.com
  nameserver:
    - 223.5.5.5
    - 223.6.6.6

tun:
  enable: false
  stack: system
  device: ClashMeta
  dns-hijack:
    - any:53
    - tcp://any:53
  auto-route: true
  auto-detect-interface: true
  exclude-uid:
    - 960

proxies:
  - name: "akko"
    type: socks5
    server: "127.0.0.1"
    port: 1080
    udp: false

proxy-providers:
  shadowsockscom:
    type: file
    path: ./proxy-providers/shadowsockscom.yaml

proxy-groups:
  - name: PROXY
    type: select
    proxies:
      - akko
      - DIRECT
    use:
      - shadowsockscom

rules:
  - PROCESS-NAME,naiveproxy,DIRECT
  - PROCESS-NAME,kdeconnectd,DIRECT
  - GEOSITE,category-ads-all,REJECT
  - GEOSITE,private,DIRECT
  - GEOSITE,apple@cn,DIRECT
  - GEOSITE,google@cn,DIRECT
  - GEOSITE,microsoft@cn,DIRECT
  - DOMAIN-KEYWORD,tiktok,PROXY
    #  - DOMAIN-KEYWORD,jetbrains,PROXY
  - GEOSITE,cn,DIRECT
  - DOMAIN,download.jetbrains.com,DIRECT
  - GEOSITE,geolocation-!cn,PROXY
  ## End
  - GEOIP,cn,DIRECT
  - GEOIP,private,DIRECT
  - MATCH,PROXY

描述

clash.mp4

重现方式

在Metacubexd中打开TUN模式

日志

INFO[2024-04-30T13:20:45.851208957+08:00] Start initial configuration in progress      
INFO[2024-04-30T13:20:45.851338821+08:00] Geodata Loader mode: memconservative         
INFO[2024-04-30T13:20:45.851376221+08:00] Geosite Matcher implementation: succinct     
INFO[2024-04-30T13:20:45.868104532+08:00] Start initial GeoSite rule category-ads-all => REJECT, records: 719 
INFO[2024-04-30T13:20:45.872316807+08:00] Start initial GeoSite rule private => DIRECT, records: 138 
INFO[2024-04-30T13:20:45.874080282+08:00] Start initial GeoSite rule apple@cn => DIRECT, records: 280 
INFO[2024-04-30T13:20:45.877282423+08:00] Start initial GeoSite rule google@cn => DIRECT, records: 203 
INFO[2024-04-30T13:20:45.881084248+08:00] Start initial GeoSite rule microsoft@cn => DIRECT, records: 143 
INFO[2024-04-30T13:20:45.893081613+08:00] Start initial GeoSite rule cn => DIRECT, records: 5354 
INFO[2024-04-30T13:20:45.934463098+08:00] Start initial GeoSite rule geolocation-!cn => PROXY, records: 20808 
INFO[2024-04-30T13:20:45.942839917+08:00] Start initial GeoIP rule cn => DIRECT, records: 11526 
INFO[2024-04-30T13:20:45.945039831+08:00] Start initial GeoIP rule private => DIRECT, records: 18 
INFO[2024-04-30T13:20:45.945279089+08:00] Initial configuration complete, total time: 94ms 
INFO[2024-04-30T13:20:45.945443367+08:00] RESTful API listening at: 127.0.0.1:9090     
INFO[2024-04-30T13:20:45.961379984+08:00] Sniffer is closed                            
INFO[2024-04-30T13:20:45.961396565+08:00] Use routing mark: 0x1a0a                     
INFO[2024-04-30T13:20:45.961453051+08:00] DNS server listening at: 127.0.0.1:5333      
INFO[2024-04-30T13:20:45.96149527+08:00] HTTP proxy listening at: 127.0.0.1:7890      
INFO[2024-04-30T13:20:45.961526739+08:00] SOCKS proxy listening at: 127.0.0.1:7891     
INFO[2024-04-30T13:20:45.961561925+08:00] Redirect proxy listening at: 127.0.0.1:7893  
INFO[2024-04-30T13:20:45.961609775+08:00] TProxy server listening at: 127.0.0.1:7894   
INFO[2024-04-30T13:20:45.96166594+08:00] Mixed(http+socks) proxy listening at: 127.0.0.1:7892 
INFO[2024-04-30T13:20:45.961718449+08:00] Start initial provider shadowsockscom        
INFO[2024-04-30T13:20:45.963402004+08:00] Start initial Compatible provider PROXY      
INFO[2024-04-30T13:20:45.963419537+08:00] Start initial Compatible provider default    
WARN[2024-04-30T13:21:01.454277339+08:00] [TUN] default interface changed by monitor,  => wlan0 
INFO[2024-04-30T13:21:01.45676426+08:00] [TUN] Tun adapter listening at: ClashMeta([198.18.0.1/30],[fdfe:dcba:9876::1/126]), mtu: 9000, auto route: true, ip stack: System 
DEBU[2024-04-30T13:21:01.46312438+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:44204 
DEBU[2024-04-30T13:21:01.463193309+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:38264 
DEBU[2024-04-30T13:21:01.463542804+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:54162 
DEBU[2024-04-30T13:21:01.463594501+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:51859 
DEBU[2024-04-30T13:21:01.464239159+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:01.464325711+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:01.475968862+08:00] [Process] find process ping.archlinux.org error: process of uid(0),inode(2207222) not found 
DEBU[2024-04-30T13:21:01.476150232+08:00] [DNS] resolve hahahahaha.com from udp://223.5.5.5:53 
DEBU[2024-04-30T13:21:01.476180699+08:00] [DNS] resolve hahahahaha.com from udp://223.5.5.5:53 
DEBU[2024-04-30T13:21:01.476208531+08:00] [DNS] resolve hahahahaha.com from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:01.476216567+08:00] [DNS] resolve hahahahaha.com from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:01.476298751+08:00] [Process] find process ping.archlinux.org error: process of uid(0),inode(2207221) not found 
DEBU[2024-04-30T13:21:01.487753068+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:50636 
DEBU[2024-04-30T13:21:01.487814984+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:51546 
DEBU[2024-04-30T13:21:01.499232051+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:01.505956744+08:00] [Process] find process ping.archlinux.org error: process of uid(0),inode(2205569) not found 
DEBU[2024-04-30T13:21:01.563347052+08:00] [DNS] hahahahaha.com --> [] A from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:02.455667824+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:46860 
DEBU[2024-04-30T13:21:02.456048046+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:51011 
DEBU[2024-04-30T13:21:02.456117847+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:44073 
DEBU[2024-04-30T13:21:02.456155027+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:46684 
DEBU[2024-04-30T13:21:02.456295139+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:58680 
DEBU[2024-04-30T13:21:02.456334242+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:43403 
DEBU[2024-04-30T13:21:02.456620118+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:42302 
DEBU[2024-04-30T13:21:02.456710488+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:02.456843266+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:02.466260656+08:00] [Process] find process detectportal.firefox.com error: process of uid(1000),inode(2197812) not found 
DEBU[2024-04-30T13:21:02.466274842+08:00] [Process] find process detectportal.firefox.com error: process of uid(1000),inode(2197811) not found 
DEBU[2024-04-30T13:21:02.466334985+08:00] [DNS] resolve detectportal.firefox.com from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:02.466345224+08:00] [DNS] resolve detectportal.firefox.com from udp://223.5.5.5:53 
DEBU[2024-04-30T13:21:02.46635903+08:00] [DNS] resolve detectportal.firefox.com from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:02.466365653+08:00] [DNS] resolve detectportal.firefox.com from udp://223.5.5.5:53 
DEBU[2024-04-30T13:21:02.488434633+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:41643 
DEBU[2024-04-30T13:21:02.488847908+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:02.494992223+08:00] [Process] find process ping.archlinux.org error: process of uid(0),inode(2197814) not found 
DEBU[2024-04-30T13:21:02.549677902+08:00] [DNS] detectportal.firefox.com --> [2600:1901:0:38d7::] AAAA from udp://223.5.5.5:53 
DEBU[2024-04-30T13:21:02.549716394+08:00] [DNS] detectportal.firefox.com --> [34.107.221.82] A from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:02.549741021+08:00] [DNS] detectportal.firefox.com --> [2600:1901:0:38d7::] AAAA from udp://223.6.6.6:53 
INFO[2024-04-30T13:21:02.627484975+08:00] [TCP] 198.18.0.1:60700 --> detectportal.firefox.com:80 match GeoSite(private) using DIRECT 
DEBU[2024-04-30T13:21:02.705981138+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:36767 
DEBU[2024-04-30T13:21:02.706046541+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:48603 
DEBU[2024-04-30T13:21:02.70617952+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:48744 
DEBU[2024-04-30T13:21:02.706302691+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:35847 
DEBU[2024-04-30T13:21:02.706332607+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:45046 
DEBU[2024-04-30T13:21:02.706554703+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:02.71243335+08:00] [Process] find process detectportal.firefox.com error: process of uid(1000),inode(2200421) not found 
DEBU[2024-04-30T13:21:02.712510856+08:00] [DNS] cache hit for detectportal.firefox.com., expire at 2024-04-30 13:21:05 
DEBU[2024-04-30T13:21:02.712519452+08:00] [DNS] cache hit for detectportal.firefox.com., expire at 2024-04-30 13:21:05 
INFO[2024-04-30T13:21:02.802698591+08:00] [TCP] 198.18.0.1:36632 --> detectportal.firefox.com:80 match GeoSite(private) using DIRECT 
INFO[2024-04-30T13:21:02.921209027+08:00] [TCP] 198.18.0.1:60684 --> detectportal.firefox.com:80 match GeoSite(private) using DIRECT 
DEBU[2024-04-30T13:21:03.487984869+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:40393 
DEBU[2024-04-30T13:21:04.488962411+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:59395 
DEBU[2024-04-30T13:21:04.489681989+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:04.496797214+08:00] [Process] find process ping.archlinux.org error: process of uid(0),inode(2197825) not found 
WARN[2024-04-30T13:21:06.476902674+08:00] [TCP] dial PROXY (match GeoSite/geolocation-!cn) 198.18.0.1:55744 --> ping.archlinux.org:80 error: hahahahaha.com:465 connect error: dns resolve failed: couldn't find ip 
DEBU[2024-04-30T13:21:06.476957386+08:00] [DNS] resolve hahahahaha.com from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:06.476958288+08:00] [DNS] resolve hahahahaha.com from udp://223.5.5.5:53 
WARN[2024-04-30T13:21:06.476957617+08:00] [TCP] dial PROXY (match GeoSite/geolocation-!cn) 198.18.0.1:58910 --> ping.archlinux.org:80 error: hahahahaha.com:465 connect error: dns resolve failed: couldn't find ip 
DEBU[2024-04-30T13:21:06.476961154+08:00] [DNS] resolve hahahahaha.com from udp://223.6.6.6:53 
WARN[2024-04-30T13:21:06.476961424+08:00] [TCP] dial PROXY (match GeoSite/geolocation-!cn) 198.18.0.1:58900 --> ping.archlinux.org:80 error: hahahahaha.com:465 connect error: dns resolve failed: couldn't find ip 
DEBU[2024-04-30T13:21:06.476965161+08:00] [DNS] resolve hahahahaha.com from udp://223.5.5.5:53 
WARN[2024-04-30T13:21:06.476965161+08:00] [TCP] dial PROXY (match GeoSite/geolocation-!cn) 198.18.0.1:55752 --> ping.archlinux.org:80 error: hahahahaha.com:465 connect error: dns resolve failed: couldn't find ip 
WARN[2024-04-30T13:21:06.476969349+08:00] [TCP] dial PROXY (match GeoSite/geolocation-!cn) 198.18.0.1:55748 --> ping.archlinux.org:80 error: hahahahaha.com:465 connect error: dns resolve failed: couldn't find ip 
DEBU[2024-04-30T13:21:06.585129247+08:00] [DNS] hahahahaha.com --> [0000::0] AAAA from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:06.585128806+08:00] [DNS] hahahahaha.com --> [] A from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:07.488870361+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:52608 
DEBU[2024-04-30T13:21:08.488910966+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:46608 
DEBU[2024-04-30T13:21:08.489613122+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:08.496710894+08:00] [Process] find process ping.archlinux.org error: process of uid(0),inode(2197827) not found 
DEBU[2024-04-30T13:21:08.496861146+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:49:09 
DEBU[2024-04-30T13:21:08.496888778+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:21:07 
DEBU[2024-04-30T13:21:08.496942739+08:00] [DNS] resolve hahahahaha.com from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:08.496978876+08:00] [DNS] resolve hahahahaha.com from udp://223.5.5.5:53 
DEBU[2024-04-30T13:21:08.585977102+08:00] [DNS] hahahahaha.com --> [0000::0] AAAA from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:08.654975126+08:00] initial random HelloID:safari                
DEBU[2024-04-30T13:21:08.655005653+08:00] use specified fingerprint:Chrome             
INFO[2024-04-30T13:21:08.827781831+08:00] [TCP] 198.18.0.1:58912 --> ping.archlinux.org:80 match GeoSite(geolocation-!cn) using PROXY[Japan-PRO-V6-2-Rate:0.2] 
DEBU[2024-04-30T13:21:14.816157587+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:37987 
DEBU[2024-04-30T13:21:14.816689484+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:14.822408462+08:00] [Process] find process www.google.com error: process of uid(1000),inode(2197828) not found 
DEBU[2024-04-30T13:21:14.822483363+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:26:01 
DEBU[2024-04-30T13:21:14.822484885+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:49:09 
DEBU[2024-04-30T13:21:14.950551271+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:14.956344999+08:00] [Process] find process www.google.com error: process of uid(1000),inode(2197829) not found 
DEBU[2024-04-30T13:21:14.956435158+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:26:01 
DEBU[2024-04-30T13:21:14.956445938+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:49:09 
DEBU[2024-04-30T13:21:14.961551437+08:00] use specified fingerprint:Chrome             
DEBU[2024-04-30T13:21:15.093580269+08:00] use specified fingerprint:Chrome             
INFO[2024-04-30T13:21:15.103485312+08:00] [TCP] 198.18.0.1:57952 --> www.google.com:443 match GeoSite(geolocation-!cn) using PROXY[Japan-PRO-V6-2-Rate:0.2] 
DEBU[2024-04-30T13:21:15.17212865+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:44368 
DEBU[2024-04-30T13:21:15.172986798+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:15.179087111+08:00] [Process] find process www.google.com error: process of uid(1000),inode(2197830) not found 
DEBU[2024-04-30T13:21:15.179163935+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:49:09 
DEBU[2024-04-30T13:21:15.179180947+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:26:01 
INFO[2024-04-30T13:21:15.294864775+08:00] [TCP] 198.18.0.1:57964 --> www.google.com:443 match GeoSite(geolocation-!cn) using PROXY[Japan-PRO-V6-2-Rate:0.2] 
DEBU[2024-04-30T13:21:15.313909879+08:00] use specified fingerprint:Chrome             
INFO[2024-04-30T13:21:15.463165667+08:00] [TCP] 198.18.0.1:57976 --> www.google.com:443 match GeoSite(geolocation-!cn) using PROXY[Japan-PRO-V6-2-Rate:0.2] 
DEBU[2024-04-30T13:21:15.488600515+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:37456 
DEBU[2024-04-30T13:21:16.744272329+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:49680 
DEBU[2024-04-30T13:21:16.744814115+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:16.752662955+08:00] [Process] find process waa-pa.clients6.google.com error: process of uid(1000),inode(2200424) not found 
DEBU[2024-04-30T13:21:16.75277804+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:49:09 
DEBU[2024-04-30T13:21:16.752792978+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:26:01 
DEBU[2024-04-30T13:21:16.90073836+08:00] use specified fingerprint:Chrome             
INFO[2024-04-30T13:21:17.064654964+08:00] [TCP] 198.18.0.1:49938 --> waa-pa.clients6.google.com:443 match GeoSite(geolocation-!cn) using PROXY[Japan-PRO-V6-2-Rate:0.2] 
DEBU[2024-04-30T13:21:17.229235612+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:47671 
DEBU[2024-04-30T13:21:17.229949861+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:17.230051712+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:59967 
DEBU[2024-04-30T13:21:17.230937762+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:17.23987398+08:00] [Process] find process sync-1-us-west1-g.sync.services.mozilla.com error: process of uid(1000),inode(2200428) not found 
DEBU[2024-04-30T13:21:17.239944032+08:00] [Process] find process profile.accounts.firefox.com error: process of uid(1000),inode(2200427) not found 
DEBU[2024-04-30T13:21:17.240048247+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:49:09 
DEBU[2024-04-30T13:21:17.240065429+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:26:01 
DEBU[2024-04-30T13:21:17.24007094+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:26:01 
DEBU[2024-04-30T13:21:17.240073554+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:49:09 
DEBU[2024-04-30T13:21:17.534513017+08:00] use specified fingerprint:Chrome             
DEBU[2024-04-30T13:21:17.534533566+08:00] use specified fingerprint:Chrome             
INFO[2024-04-30T13:21:17.69166831+08:00] [TCP] 198.18.0.1:50362 --> sync-1-us-west1-g.sync.services.mozilla.com:443 match GeoSite(geolocation-!cn) using PROXY[Japan-PRO-V6-2-Rate:0.2] 
INFO[2024-04-30T13:21:17.694030497+08:00] [TCP] 198.18.0.1:57938 --> profile.accounts.firefox.com:443 match GeoSite(geolocation-!cn) using PROXY[Japan-PRO-V6-2-Rate:0.2] 
DEBU[2024-04-30T13:21:17.947798035+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:57885 
DEBU[2024-04-30T13:21:17.948212702+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:17.954481862+08:00] [Process] find process accounts.google.com error: process of uid(1000),inode(2205603) not found 
DEBU[2024-04-30T13:21:17.954563464+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:49:09 
DEBU[2024-04-30T13:21:17.954584804+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:26:01 
DEBU[2024-04-30T13:21:18.094499926+08:00] use specified fingerprint:Chrome             
INFO[2024-04-30T13:21:18.246057628+08:00] [TCP] 198.18.0.1:60068 --> accounts.google.com:443 match GeoSite(geolocation-!cn) using PROXY[Japan-PRO-V6-2-Rate:0.2] 
DEBU[2024-04-30T13:21:18.709465513+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:52901 
DEBU[2024-04-30T13:21:18.709904766+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:18.715604688+08:00] [Process] find process ocsp.pki.goog error: process of uid(1000),inode(2205604) not found 
DEBU[2024-04-30T13:21:18.71568558+08:00] [DNS] resolve ocsp.pki.goog from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:18.715719263+08:00] [DNS] resolve ocsp.pki.goog from udp://223.5.5.5:53 
DEBU[2024-04-30T13:21:18.715770319+08:00] [DNS] resolve ocsp.pki.goog from udp://223.5.5.5:53 
DEBU[2024-04-30T13:21:18.715801708+08:00] [DNS] resolve ocsp.pki.goog from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:18.747169415+08:00] [DNS] ocsp.pki.goog --> [203.208.40.34] A from udp://223.5.5.5:53 
DEBU[2024-04-30T13:21:18.747209961+08:00] [DNS] ocsp.pki.goog --> [] AAAA from udp://223.6.6.6:53 
DEBU[2024-04-30T13:21:18.753355209+08:00] [DNS] ocsp.pki.goog --> [] AAAA from udp://223.5.5.5:53 
INFO[2024-04-30T13:21:18.796778259+08:00] [TCP] 198.18.0.1:39652 --> ocsp.pki.goog:80 match GeoSite(google@cn) using DIRECT 
DEBU[2024-04-30T13:21:20.743019376+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:57819 
DEBU[2024-04-30T13:21:20.743411601+08:00] [Rule] use default rules                     
DEBU[2024-04-30T13:21:20.749298594+08:00] [Process] find process ogs.google.com error: process of uid(1000),inode(2205605) not found 
DEBU[2024-04-30T13:21:20.749365299+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:26:01 
DEBU[2024-04-30T13:21:20.749384435+08:00] [DNS] cache hit for hahahahaha.com., expire at 2024-04-30 13:49:09 
DEBU[2024-04-30T13:21:20.879984739+08:00] use specified fingerprint:Chrome             
INFO[2024-04-30T13:21:21.044277409+08:00] [TCP] 198.18.0.1:48780 --> ogs.google.com:443 match GeoSite(geolocation-!cn) using PROXY[Japan-PRO-V6-2-Rate:0.2] 
DEBU[2024-04-30T13:21:21.792407024+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:49917 
DEBU[2024-04-30T13:21:21.792469521+08:00] [DNS] hijack udp:119.29.29.29:53 from 198.18.0.1:36619 
^CWARN[2024-04-30T13:21:31.971696626+08:00] Mihomo shutting down 
@Bryan2333 Bryan2333 added the bug Something isn't working label Apr 30, 2024
wwqgtxx added a commit that referenced this issue May 21, 2024
@wwqgtxx
Copy link
Collaborator

wwqgtxx commented May 21, 2024

fixed in 71922dd

@wwqgtxx wwqgtxx closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants