windows的warp是不是自带tun效果?

提问 小白提问

是的

我clash和v2rayN的tun都不好使,warp好使,请问是怎么回事?

你的“好使”与“不好使”指的是哪方面的问题?
V2rayN和Clash都是有分流规则的,warp一般是全局代理,会不会是这个问题?

指V2rayN和Clash开了tun就断网

断网时ping任意网站的IP能不能ping通?比如CloudFlare的1.1.1.1和阿里的223.5.5.5。
能ping通就是DNS设置的问题。
(warp会修改系统DNS为127.x.x.x,一个它在本地搭建的安全DNS服务器。这导致有时关闭warp后DNS不可用,表现为浏览器提示你没联网)。

不知道为什么之前开warp之后(关了)现在开tun能连,我有点记不清当时国内网站能不能访问,但是外网肯定不行
试了sentry命令行登录,但是报了一个和之前开tun无效不一样的错误

Loading Wizard failed.
│
●  {
│    "message": "connect ECONNREFUSED 127.0.0.1:10809",
│    "name": "Error",
│    "stack": "Error: connect ECONNREFUSED 127.0.0.1:10809\n    at AxiosError.from (C:\\Users\\13963\\AppData\\Local\\npm-cache\\_npx\\ddb126e78325956c\\node_modules\\axios\\dist\\node\\axios.cjs:837:14)\n    at RedirectableRequest.handleRequestError (C:\\Users\\13963\\AppData\\Local\\npm-cache\\_npx\\ddb126e78325956c\\node_modules\\axios\\dist\\node\\axios.cjs:3029:25)\n    at RedirectableRequest.emit (node:events:519:28)\n    at RedirectableRequest.emit (node:domain:488:12)\n    at eventHandlers.<computed> (C:\\Users\\13963\\AppData\\Local\\npm-cache\\_npx\\ddb126e78325956c\\node_modules\\follow-redirects\\index.js:38:24)\n    at ClientRequest.emit (node:events:531:35)\n    at ClientRequest.emit (node:domain:488:12)\n    at Socket.socketErrorListener (node:_http_client:495:9)\n    at Socket.emit (node:events:519:28)\n    at Socket.emit (node:domain:488:12)",
│    "config": {
│      "transitional": {
│        "silentJSONParsing": true,
│        "forcedJSONParsing": true,
│        "clarifyTimeoutError": false
│      },
│      "adapter": [
│        "xhr",
│        "http"
│      ],
│      "transformRequest": [
│        null
│      ],
│      "transformResponse": [
│        null
│      ],
│      "timeout": 0,
│      "xsrfCookieName": "XSRF-TOKEN",
│      "xsrfHeaderName": "X-XSRF-TOKEN",
│      "maxContentLength": -1,
│      "maxBodyLength": -1,
│      "env": {},
│      "headers": {
│        "Accept": "application/json, text/plain, */*",
│        "User-Agent": "axios/1.6.0",
│        "Accept-Encoding": "gzip, compress, deflate, br"
│      },
│      "method": "get",
│      "url": "https://sentry.io/api/0/wizard/"
│    },
│    "code": "ECONNREFUSED",
│    "status": null
│  }
│
└  Please try again in a few minutes and let us know if this issue persists: https://github.com/getsentry/sentry-wizard/issues


Sentry Wizard failed with:
connect ECONNREFUSED 127.0.0.1:10809

Protip: Add --debug to see whats going on
OR use --help to see your options

Tun模式下应该不用配置代理的

请详细说说