严浩
严浩
> > inbound packet connection to 113.108.28.102:3478 > > 你能提供首个连接到端口 3478 的 UDP 数据包 Wireshark 抓包文件吗? Wireshark 我之前没有实际使用过。我按照以下步骤操作提供日志和抓包文件。 测试准备: 手机和Mac通过USB连接,Mac运行 `rvictl -s 手机UUID`。Wireshark 监听网卡 `rvi0` Wireshark有一个提示,但是数据能监听到。不知道是否有影响。 这一次测试出现了很多个IP(测试设备不同)(最后断开VPN断开时的IP是 `120.41.105.203:43575` )。我看metacubexd的观察:好像前面的IP的连接个数都是刚开始 301...
> 环境与楼主相同,只不过手机是14 plus,用gvisor就会断开,屏蔽了楼主提供的域名也不行,只能缓解而已,改system就没问题了,另外这个问题实在是很久了,从1.7时代应该就有。 我用指定域名 fakeip + gvisor 已经用了3天10GB+的流量没有出现问题,我最开始尝试这样解决的时候是发现:我在全局代理的时候不会断开。然后尝试了全部都使用fakeip(也就是`{ "query_type": [ "A", "AAAA" ], "server": "🎭_fakeip" }`)。然后尝试了单独域名 fakeip。你也可以再试试全局代理或者全部使用fakeip呢。
我这里从 `1.11.0-beta.2`(左右) 开始在qq音乐已经没有这个问题了。
- My project uses UnoCSS, and I’m not sure how to configure it. - Currently I'm manually editing the `formkit.theme.ts` to add prefixes,
这你可以弄一个 ISSUE_TEMPLATE https://docs.github.com/zh/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository
> can somone explain why npm-run-all2 is in package json after a fresh vue-create? what is this even for? This npm-run-all package provides 3 CLI commands. [npm-run-all](https://github.com/bcomnes/npm-run-all2/blob/HEAD/docs/npm-run-all.md) [run-s](https://github.com/bcomnes/npm-run-all2/blob/HEAD/docs/run-s.md) [run-p](https://github.com/bcomnes/npm-run-all2/blob/HEAD/docs/run-p.md) ---...
@9mm ### What is `@tsconfig/node22` for? `@tsconfig/node22` is a pre-configured TypeScript setup from the TypeScript team (via `@tsconfig` npm packages), designed for Node.js 22. It ensures your TypeScript aligns with...
brew install sing-box
udp_over_tcp UDP over TCP 配置。 参阅 [UDP Over TCP](https://sing-box.sagernet.org/zh/configuration/shared/udp-over-tcp/)。 与 multiplex 冲突。
我目前使用`naive-ui`的解决方法,使用`unplugin-auto-import/vite` 查看代码/View code ```ts function _getNaiveUiComponentNames() { // 方法1: 从 web-types.json 读取(推荐) const webTypesPath = path.resolve('node_modules/naive-ui/web-types.json'); if (fs.existsSync(webTypesPath)) { const webTypes = JSON.parse(fs.readFileSync(webTypesPath, 'utf-8')); const components = webTypes.contributions.html['vue-components']; const componentNames...