hellodword

Results 47 comments of hellodword

For example: `upstream_dns_file`: ``` https://doh.pub:443/dns-query [/github.com/google.com/]tls://8.8.4.4 ``` `ipset`: ``` ipset: - github.com,google.com/ipset-for-vpn ```

@ainar-g How do you think about this?

https://security.googleblog.com/2022/07/dns-over-http3-in-android.html Good news I guess.

I did some dirty patchs with these functions: https://github.com/SagerNet/sing-box/blob/f73fb69de8626e935f853e8ebf47e6bc706b1f98/outbound/urltest.go#L288-L316 https://github.com/SagerNet/sing-box/blob/f73fb69de8626e935f853e8ebf47e6bc706b1f98/outbound/urltest.go#L376 and tested it for ~10 hours, I guess it's really helpful for me: - short interval (1s) - short timeout...

I've been using the patch for two weeks, works great. And I'm trying to find a way of testing UDP via QUIC, also with [a PING frame](https://www.rfc-editor.org/rfc/rfc9000.html#name-ping-frames). --- It seems...

Agree, rootless podman definitely reduces the attack surface, which means better security, but docker rootful is required for some cases. And also, if this feature-request is accepted, I think how...

Sorry but any plan about this? Just ran into this issue: ``` ERROR: failed to solve: failed to process "\"${localEnv:WAYLAND_DISPLAY}\"": unsupported modifier (W) in substitution ```

Yeah, it's about the `devcontainer-feature.json`.

It freezes when opening the browser. I looked into it, I found it will send a request to `searchfox.org:443`. If I disable the host `searchfox.org:443` via the dns server, the...