hululu1068

Results 11 comments of hululu1068

下午测试了下,`./scripts/feeds`后替换掉`version`和`SHA`再编译就是指定版本了

> HC5761A:MT7628 HC5761:MT7620 没有HC5761的config文件啊

> 试试这个 [HC5761.zip](https://github.com/hanwckf/rt-n56u/files/7576001/HC5761.zip) 可以用,非常感谢!

# 使用CF 反代TG api,通知自建BOT ### 新建CF Workers,填入以下内容,并使用`自定义域` ``` const tg_host = "api.telegram.org"; addEventListener('fetch', event => { event.respondWith(handleRequest(event.request)) }) async function handleRequest(request) { var u = new URL(request.url); u.host = tg_host;...

> Add an option to bridge machines and containers (via `macvlan`) to an external network interface, such as the host Mac's Wi-Fi or Ethernet. This would make Linux machines and...

Why can't users freely choose to use network modes such as "Shared", "Bridged", or "None"? Fixed CIDR has caused a lot of inconvenience. Apple's latest Virtualization.framework virtual framework fully supports...

Support for OpenWRT would be great, or upload a system image 😄😄😄

> @hululu1068 It's actually already possible to support OpenWRT, but I couldn't think of any use cases given the lack of USB support. Feel free to open an issue for...

> 旁路由这种用法应该是支持的,但我没用过,你可以先试试不使用旁路由的形式。这个项目的分流使用白名单(域名 + ip)的方式。 试了下,没有配置成功。。。 `LUCI`跟`config`还是有很多区别的。。。能提供个示例文件吗,或者开下`discussions`.

测试发现,只有Google的`DoH/DoT`会有这个报错,其它的上游则没有。 而且从日志的时间戳来看,似乎是`serve-expired-prefetch-time 3600`. ``` [2025-05-06 16:15:30,645][ERROR][ client_tls.c:607 ] server 8.8.8.8 SSL read fail error: error:0A000119:SSL routines::decryption failed or bad record mac [2025-05-06 17:16:53,505][ERROR][ client_tls.c:607 ] server 8.8.8.8 SSL read fail...