ty

Results 35 issues of ty

Printing timestamp in local timezone is more useful than UTC.

enhancement

It works fine in Python 3.7. All tests are passed under 3.7.13.

I couldn't find another use cases in Github with tokio except yours. I am working on a Project with also using `smoltcp` as an user space network stack and provide...

question

**需求应用场景** `api.pinterest.com` 被劫持了,于是使用 `domain-rule` 来让它使用海外可信DNS来解析: ``` domain-rules /pinterest.com/ -nameserver oversea -ipset #4:gfwlist,#6:gfwlist6 -speed-check-mode none ``` 但是 `api.pinterest.com` 有部分海外 DNS 解析时会返回 CNAME ,CNAME 的域名没有在 `domain-rules` 中导致还是被劫持。 以下是前置的 `dnsmasq` 的日志,实际域名由 `smartdns` 解析...