_haku_

Results 16 comments of _haku_

噢,ERR_NAME_NOT_RESOLVED看起来是因为我用着纯ipv6的private dns,而private dns本身的ip也没有解析出来: ``` [DNS] resolve my.private.dns.server error: couldn't find ip: my.private.dns.server [TCP] dial DIRECT (match RuleSet/direct) to my.private.dns.server:853 error: couldn't find ip: my.private.dns.server ``` 关掉private dns之后,我在termux上用curl重新做了测试,下面是log: ``` # Capture...

常规设置里的ipv6开关是打开了的,截图二里可以看到。DNS的ipv6设定在选“使用内置”的时候好像也改不了?

``` ~ $ dig AAAA api-ipv6.ip.sb @223.5.5.5 ; DiG 9.16.27 AAAA api-ipv6.ip.sb @223.5.5.5 ;; global options: +cmd ;; Got answer: ;; ->>HEADER

我尝试手动配置了一下dns覆写:log输出如下(我自己的纯ipv6 dns server是udp和dot都支持的): ``` # Capture on 2022-04-26 13:16:58.630 13:16:58.631 Info: [APP] Logcat level: info 13:16:58.633 Info: [APP] request force GC 13:17:00.393 Info: dns: 13:17:00.397 Info: enable: true 13:17:00.403 Info:...

那我+1 希望能接受intent来开关代理,便于tasker之类的app调用,现在只能靠模拟点击还是不太方便……

是不是在AndroidManifest里改一下 com.github.kr328.clash.service.TunService 的exported就可以用intent开关了?我本来想先试一试,但是现在是不是有签名验证什么的,改完自签名会闪退……现在也没开源了……

> Implemented in #4707. HTTP/3 can be enabled exclusive to other HTTP versions. I tried with `servers { protocols h3 }` but caddy seems still trying to bind to tcp...

> @ha-ku What logs show if you turn on debug mode (add `debug` to your global options)? > > I know this works, at least it did in my testing....