armv9

Results 94 comments of armv9

应该是SNI没有填写,cf拒绝域前置。v2rayN是会用ws host填充SNI的。 https://github.com/MatsuriDayo/nekoray/releases/tag/2.0

No different. You can setup a server and client on localhost. Visit any popular website. Then part of the page keeps loading until it times out.

3b48fa455e26f6c46f93f1788e5bf2601fde3f41 is OK

sing-box dev-next 2022/09/29 优点 1. 支持 ssh wireguard 等代理类型(非热门,GUI暂未适配) 2. 支持 shadowsocks 2022 cipher 3. 内置 hysteria 出站 4. 支持 Mixed 入站 5. 更丰富灵活的路由规则(GUI暂时保留使用v2ray的语法,需要sing-box语法的可以用“自定义”) 功能缺失 ~1. 上游未提供流量统计接口 (类似v2ray StatsService)~ 已支持...

https://github.com/MatsuriDayo/Matsuri (for Android, like SagerNet) https://github.com/MatsuriDayo/nekoray (for desktop) NekoRay supports naiveproxy GUI editing and share links, using naive binaries as "external core".

@xjasonlyu 1. 黑洞 udp conn 用到 `_udpSessionTimeout` 作为黑洞时长,如果放在 `core` 这个包,不是很好获取。(如果不做黑洞,直接关闭 packet conn,可以参考 v2ray 的 blackhole,会产生很多连接和日志,浪费资源) 2. `tunnel/udp` 已经把 conn 解析成 metadata,可以直接用 `IsGlobalUnicast SourceAddress DestinationAddress` 这几个方法,如果在 `core/udp` 处理则需要多解析一次。 我认为这个写法没什么问题,所以就不改了。

> 请问测试是否稳定? 稳定。 测试环境: 1. Client: Symmetric NAT / Visitor: FullCone NAT 2. Client: FullCone NAT / Visitor: Symmetric NAT

去年有这个需求,便改了一下。我现在已经不太记得了。 可以参考[这篇文章](https://xinyuehtx.github.io/post/%E7%90%86%E8%A7%A3NAT%E7%A9%BF%E8%B6%8A.html) 理论上只有三种 NAT 穿透类型不能连通,而当时 frp 的打洞有问题,只要有对称 NAT 都不能连通 可以对着这篇文章检查一下。即使不合这个 PR 也对完善打洞有帮助。 @fatedier @[likohank](https://github.com/likohank)

Don't kill the program. If the program exited accidentally, run `sudo killall nekobox_core` to disable VPN mode.